/monty

A team implementation of Monty 0.98 Interpreter

Primary LanguageC

Monty 0.98 Interpreter

Monty 0.98 is a scripting language akin to Python, employing a compilation process to generate Monty byte codes. The language operates on a distinctive stack, featuring specialized instructions for stack manipulation. This project's objective is to develop a robust interpreter capable of executing Monty ByteCodes files.

Compilation

$ gcc -Wall -Werror -Wextra -pedantic -std=c89 *.c -o monty