Lox REPL

REPL for the Lox language described by Bob Nystrom's Crafting Interpreters (source).

Example input: print 1 + 1;