Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 300 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 300 Bytes

Monty Interpreter

A language interpreter made in the C programming language to manage stacks and queues (LIFO and FIFO). The aim is to interpret Monty bytecodes files. Monty is a language that aims to close the gap between scripting and programming languages.