Monty

Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an interpreter for Monty ByteCodes files.

We use brainfuck to do some exercises if you want to check it out

Starting 🚀

compile it with: gcc -Wall -Werror -Wextra -pedantic *.c -o monty

Pre-Requirements 📋

To install brainfuck: sudo apt install bf

How to run it ⚙️

example:

./monty bytecodes/00.m

contributors 🖇️

_Jose Giraldo Ortega

_Takeshi Ramirez