/simpylic

SIMplistic PYthon-Like Interpret and Compiler

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SimPyLIC

SimPyLIC - Simplistic Python-Like Interpret and Compiler 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.