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
- Host: GitHub
- URL: https://github.com/tornado80/compiler-course-project
- Owner: tornado80
- Created: 2022-03-15T06:56:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T14:10:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T07:42:41.937Z (about 3 years ago)
- Topics: ast, code-generation, compiler, visitor-pattern
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.