Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amiremohamadi/rePython

ReBuild a minimal python for fun :)
https://github.com/amiremohamadi/rePython

clang interpreter language python

Last synced: 2 months ago
JSON representation

ReBuild a minimal python for fun :)

Awesome Lists containing this project

README

        

# rePython
A minimal programming language with "Python-Like" syntax
> Note: this is under heavy development!

## Dependencies
* [mpc-library](https://github.com/orangeduck/mpc)

## How to use
```bash
git clone https://github.com/amiremohamadi/rePython.git
cd rePython
make
```