Index: examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp =================================================================== --- examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp +++ examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp @@ -33,14 +33,14 @@ // primary tok_identifier = -4, tok_number = -5, - + // control tok_if = -6, tok_then = -7, tok_else = -8, tok_for = -9, tok_in = -10, - + // operators tok_binary = -11, tok_unary = -12, - + // var definition tok_var = -13 };