I had a look at the python run time module but I am unsure about creating the python parser and lexer files. I have written the .g files.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are the steps:
To accomplish anything useful, you’ll have to get the code into an AST and then walk the tree. Did you do that? What did you get?
Here’s a list of available grammars. It includes Python 3. How did you grammar compare?