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

https://github.com/cammanabrolu/toy-compiler

Toy Compiler is an interactive demo that shows how Python code is processed step-by-step through lexical analysis, syntax analysis, and code generation. It converts source code into tokens, builds an AST, and generates output, highlighting errors and offering debug tips. Ideal for learning how compilers work.
https://github.com/cammanabrolu/toy-compiler

ast compiler css html lexer lexer-analyzer lexer-parser python3

Last synced: 2 months ago
JSON representation

Toy Compiler is an interactive demo that shows how Python code is processed step-by-step through lexical analysis, syntax analysis, and code generation. It converts source code into tokens, builds an AST, and generates output, highlighting errors and offering debug tips. Ideal for learning how compilers work.

Awesome Lists containing this project