An open API service indexing awesome lists of open source software.

https://github.com/bmmunga/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.
https://github.com/bmmunga/monty

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

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