Skip to content

KittyBorgX/waffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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??