Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamkweku/monty
https://github.com/teamkweku/monty
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamkweku/monty
- Owner: TeamKweku
- Created: 2023-06-21T06:49:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-21T17:02:39.000Z (over 1 year ago)
- Last Synced: 2023-08-14T20:00:16.589Z (over 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x19. 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.