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

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

Implemented a parser for a custom programming language. The language will support basic arithmetic operations, boolean expressions, variable assignments, control flow structures like if-else and while, and function calls. The goal is to understand parsing techniques, abstract syntax trees (AST).
https://github.com/aidanv22/lexer-parser-part1

lexer-parser python

Last synced: 9 months ago
JSON representation

Implemented a parser for a custom programming language. The language will support basic arithmetic operations, boolean expressions, variable assignments, control flow structures like if-else and while, and function calls. The goal is to understand parsing techniques, abstract syntax trees (AST).

Awesome Lists containing this project