https://github.com/amiremohamadi/rePython
ReBuild a minimal python for fun :)
https://github.com/amiremohamadi/rePython
clang interpreter language python
Last synced: 6 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T18:36:48.000Z (about 7 years ago)
- Last Synced: 2025-02-17T09:26:39.613Z (9 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
```