Latest Project
Clox -A bytecode Interpreter
Clox is an interpreter written in c. It is a bytecode interpreter. It also has a Virtual Machine to run the bytecode instructions. Another advanced feature is the Garbage collection. The project code is here And here is a small presentation on its features
Technologies used include:
- C Language