-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement sexp parser in python #30
Comments
we have llvm<->Bril-json<-> brillisp <-> c-lisp. I have to write a parser. What does a parser do? A parser converts data from one form to another ex it converts the syntax of the code from one form to another. What does my parser do? convert the below
to
|
I need to understand the tree structure. How do i understand the tree structure ? how do i navigate between Tree(token(‘rule’,’list’). what is tree token? |
This is on hold until sometime |
Better to do sexp also in python to make everything super easy to use.
The text was updated successfully, but these errors were encountered: