This is an interpreter and virtual machine written in Zig for the Lox Programming Language for the book Crafting Interpreters. #TODO Change Literal.string from []const u8 to *u8.