Portfolio
Explore a list of some of my projects I've completed over the time. The full details of each project
is on github, furthermore,
you can also run/compile each project over the web browser.
In this assignment I wrote a lexical and syntax analyzer for a hypothetical programming language (roughly based on C). The input of the parser is a source code written in the programming languageās grammar. If the source code is syntactically correct the parser should display the corresponding parse tree. An appropriate error message should be provided otherwise.