Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/monty
C - Stacks, Queues - LIFO, FIFO
https://github.com/hirwa13/monty
Last synced: 17 days ago
JSON representation
C - Stacks, Queues - LIFO, FIFO
- Host: GitHub
- URL: https://github.com/hirwa13/monty
- Owner: HIRWA13
- Created: 2023-03-23T22:28:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T23:34:10.000Z (almost 2 years ago)
- Last Synced: 2023-09-09T01:59:31.476Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C - Stacks, Queues - LIFO, FIFO
### 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.