/cmel

My implementation of Lox from the Crafting Interpreters book.

Primary LanguageC

Cmel

It's short for Caramel, my cat.

This is my implementation of Lox from Crafting Interpreters. There are some subtle differences/add-ons from Lox, namely;

  • Ternary operator
  • Print is a built-in function, rather than part of the language
  • Anonymous functions
  • Input function