Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mungasoftwiz/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/mungasoftwiz/monty
Last synced: 8 days 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.
- Host: GitHub
- URL: https://github.com/mungasoftwiz/monty
- Owner: MungaSoftwiz
- Created: 2023-09-19T18:23:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-25T00:34:55.000Z (over 1 year ago)
- Last Synced: 2024-11-07T08:46:35.915Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x19. C - Stacks, Queues - LIFO, FIFO