}
@Override
protected void afterReadLine(Repl repl, String prompt, String line) {
try {
Lexer lexer = new Lexer(new StringReader("", line));
Term.moveUp();
// TODO(bob): Now that there are token types for reserved words and
// operators, should handle them here.