Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdelwadoudmakh55/monty

Monty ByteCode Interpreter
https://github.com/abdelwadoudmakh55/monty

Last synced: about 2 months ago
JSON representation

Monty ByteCode Interpreter

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.