Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danvratil/simpylic
SIMplistic PYthon-Like Interpret and Compiler
https://github.com/danvratil/simpylic
compiler educational opensource python3
Last synced: 6 days ago
JSON representation
SIMplistic PYthon-Like Interpret and Compiler
- Host: GitHub
- URL: https://github.com/danvratil/simpylic
- Owner: danvratil
- License: gpl-3.0
- Created: 2019-10-11T21:13:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T18:16:04.000Z (about 5 years ago)
- Last Synced: 2024-11-12T00:32:12.744Z (2 months ago)
- Topics: compiler, educational, opensource, python3
- Language: Python
- Size: 123 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimPyLIC
SimPyLIC - *Sim*plistic *Py*thon-*L*ike *I*nterpret and *C*ompiler is a
study project of mine, trying to write a simple interpret and x86_64
compiler for a language based on basic Python syntax.The goal of this project is not to be fully Python compatible, but
rather to learn about how compilers and interprets work under the hood.