Create a generic AST #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should be a generic abstract syntax tree (AST) that can be used by all the parsers. This way the implementation of the AST is not a priority; each parser will be able to just focus on the nodes in the AST.