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

https://github.com/tornado80/compiler-course-project

Pascal language compiler
https://github.com/tornado80/compiler-course-project

ast code-generation compiler visitor-pattern

Last synced: 1 day ago
JSON representation

Pascal language compiler

Awesome Lists containing this project

README

          

# compiler-course-project

This program depends on pydot package and graphviz to draw Abstract Syntax Tree (AST).
Make sure you have installed them before using the compiler.