Skip to content

Trevordiex/monty

Repository files navigation

0x19. C - Stacks, Queues - LIFO, FIFO

Authors - Mercy Igwe and Leonard Eze

The Monty language

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.

About

A simple interpreter to demonstrate stack datastructure in C programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published