Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.