Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelwadoudmakh55/monty
Monty ByteCode Interpreter
https://github.com/abdelwadoudmakh55/monty
Last synced: about 2 months ago
JSON representation
Monty ByteCode Interpreter
- Host: GitHub
- URL: https://github.com/abdelwadoudmakh55/monty
- Owner: AbdelwadoudMakh55
- Created: 2023-09-19T11:09:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T13:34:17.000Z (9 months ago)
- Last Synced: 2024-04-14T04:06:28.233Z (9 months ago)
- Language: C
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Monty ByteCode interpreter
In this project, I built a Monty bytecode language interpreter using what I've learned in C. I applied functional programming, worked with files, managed pointers, and created stack and queue data structures. This helped me understand C better and apply it to a real-world task.