REPL for the Lox language described by Bob Nystrom's Crafting Interpreters (source).
Example input: print 1 + 1;
print 1 + 1;