You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2018. It is now read-only.
each of the types of grammar will inherit from Node
big list
program
classdec
classbody
vardec, etc...
id
i think i will have a vector of subnodes in the top level Node class which will be inherited by all other nodes. It makes more sense to me to reference by 0 1 2 than resultype id paramlist block. should also help, because i don't need to know exactly what I'm referencing, just that it is there.