Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullrahmen/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/abdullrahmen/monty
Last synced: 5 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/abdullrahmen/monty
- Owner: Abdullrahmen
- Created: 2023-09-19T20:35:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T07:42:22.000Z (about 1 year ago)
- Last Synced: 2023-09-22T19:27:32.409Z (about 1 year ago)
- Language: C
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.