-
Notifications
You must be signed in to change notification settings - Fork 3
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
Documentation syntaxtree tutorial #68
Conversation
Looks nice! I think these are good examples. Few minor typos:
it might be nice to also show the evaluation of the AST (using |
I added evaluating the ASTs on some input examples using |
Could we change this
into
? Simply because it looks nicer and less weird. Returning the dict is a convention we made if we would do synthesis, but otherwise is a bit weird. |
Updated |
…size." This reverts commit 8985a95.
Adding a tutorial on ASTs, how they are represented in Herb and how they can be modified.