automatic parsing into syntax trees
Using sly lexer + yacc to automatically create syntax trees. Simple programs are correctly (naively) translated to a python code, but variable scoping needs work. Symbol tables are the next step.
Using sly lexer + yacc to automatically create syntax trees. Simple programs are correctly (naively) translated to a python code, but variable scoping needs work. Symbol tables are the next step.