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
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