commit 5273de461ce1a52887f38f4f70c56c662f537eff parent 57687ecd79714c3f37ac8b7962a5072b4ce5ea0d Author: William Casarin <jb55@jb55.com> Date: Sun, 1 Jul 2018 11:17:43 -0700 support to as well as in Diffstat:
M | lexer.l | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lexer.l b/lexer.l @@ -20,7 +20,7 @@ return T_UNIT; } -in|IN { +in|IN|to|TO { return T_IN; }