/monty

The Monty language, Monty 0.98, is a simple yet powerful scripting language that is first compiled into Monty byte codes, similar to Python. This project aims to create an interpreter for Monty ByteCodes files, which involves implementing and manipulating a stack-based system using both LIFO (Last-In-First-Out) and FIFO (First-In-First-Out) structu

Primary LanguageC

This repository is not active