A multithreaded interpreter for Brain**** written in python.
- NOTE: For Windows: Enable WSL and try running these commands. Open an issue if something goes wrong.
- Clone the repository
cd $HOME && git clone https://github.com/KittyBorgX/waffle.git && cd waffle
- Give permissions and install to path
sudo chmod +x install.sh && ./install.sh
-
Close your current terminal session and open a new session.
-
Confirm the installation by running
waffle --help
- Windows installer
- A simple Interpreter
- Documentation
- Native compiler ( Converting to assembly )
- Command line REPL
- Online REPL
- Multithreading??