Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 821 Bytes

File metadata and controls

32 lines (22 loc) · 821 Bytes

waffle

A multithreaded interpreter for Brain**** written in python.

Getting started:

  • NOTE: For Windows: Enable WSL and try running these commands. Open an issue if something goes wrong.
  1. Clone the repository
cd $HOME && git clone https://github.com/KittyBorgX/waffle.git && cd waffle
  1. Give permissions and install to path
sudo chmod +x install.sh && ./install.sh
  1. Close your current terminal session and open a new session.

  2. Confirm the installation by running waffle --help

TODO:

  • Windows installer
  • A simple Interpreter
  • Documentation
  • Native compiler ( Converting to assembly )
  • Command line REPL
  • Online REPL
  • Multithreading??