Skip to content

automatic parsing into syntax trees

Compare
Choose a tag to compare
@ssloy ssloy released this 13 Jan 11:28
· 84 commits to main since this release

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.