Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 222 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 222 Bytes

Using Java 17, constructed a lexer to translate valid tokens from user iinput. Engineeered a parser that assembles an abstract syntax tree from the legal tokens Implemented a Visitor design pattern to perform type checking