https://github.com/inanyan/old-ttc-py
A simple compiler written in Python
https://github.com/inanyan/old-ttc-py
basic c compiler python
Last synced: 7 months ago
JSON representation
A simple compiler written in Python
- Host: GitHub
- URL: https://github.com/inanyan/old-ttc-py
- Owner: InAnYan
- Archived: true
- Created: 2022-11-05T19:15:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T15:40:25.000Z (over 2 years ago)
- Last Synced: 2025-02-17T17:57:37.491Z (over 1 year ago)
- Topics: basic, c, compiler, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple compiler written in Python
Followed [Teeny Tiny Compiler](https://austinhenley.com/blog/teenytinycompiler1.html) tutorial.