Question
What is the parsing algorithem that is used in the parser
What is the parsing algorithem that is used in the parser
Hi Tomer, We do not use a grammer we are parsing the file manually, no parsing grammer algorithms are used. We parse each token manually and build a tree
Thanks
Dan