clox

This is an implementation for an interpreter in C. This is a work in progress. It was created by following crafting interpreters book.

Last Changes:

  • Implemented dynamic stack problem after completing chapter 15.