MiniPy
an extremely bad-written mini python3 interpreter in C++ currently in progress
will support:
- definition of function
- basic calculation
- program flow control
- (optional)object-oriented features
- (optional)GUI frontend,including IDE
- MORE...
Dependencies:
- C++17 standard compatible compiler
- Qt5 (for gui)
- bison (for parser)
- gnu make and ar
Install:
On Linux,just:
makedo not attempt to run make in subdirectory
It's not tested on Windows and Macintosh
Doc
see more information in /doc folder with documents wrritten in Chinese
On this page
Languages
C++66.0%C29.7%Python2.6%Makefile1.2%QMake0.5%
Latest Release
betaJuly 8, 2018GNU General Public License v3.0
Created April 12, 2018
Updated June 20, 2025