Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :)
- Host: GitHub
- URL: https://github.com/amiremohamadi/rePython
- Owner: amiremohamadi
- Created: 2018-11-07T17:45:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T18:36:48.000Z (about 6 years ago)
- Last Synced: 2024-08-03T18:16:37.580Z (6 months ago)
- Topics: clang, interpreter, language, python
- Language: C
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - rePython
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
```