Creating a simple stack based programming language in C!
The programming language will support:
- Basic Expressions
- Strings
- Global & Local Variables
- Functions
- Closures
- Garbage Collection
- Classes & Methods
- Super Classes
Due to school & work, this project was put on hold for quite some time. It will take some time to get back up to speed.
Robert Nystrom is an excellent author, and all of his books are available for free! On top of that, his blog also contains plenty of cool stuff.
Didn't use it too much, but it was a nice reference for any make issues I ran into.