An open API service indexing awesome lists of open source software.

https://github.com/aidanv22/lexer-parser-part2

This project focuses on improving my understanding of scoping rules, type checking, and parser design. I implemented features to detect errors like type mismatches, scope violations, and variable redeclarations, with the parser generating helpful error messages. This builds on a basic parser I created in Project 1.
https://github.com/aidanv22/lexer-parser-part2

lexer-parser python types

Last synced: 9 months ago
JSON representation

This project focuses on improving my understanding of scoping rules, type checking, and parser design. I implemented features to detect errors like type mismatches, scope violations, and variable redeclarations, with the parser generating helpful error messages. This builds on a basic parser I created in Project 1.

Awesome Lists containing this project