Devlog 2
I started work on the AST builder. I decided that the algorithm will use delimiters to decide which tokens correspond to which AST node and I’m working on a method for Node that determines how to add a child based on the Node‘s type and the child’s type.
The screenshot is some of the code for Node.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.