X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tiger%2Fsrc%2Flib%2Ftiger%2Ftiger_lexer.mll;h=c19eabfdcd1bb8aa38acd7c3f49c22103912b065;hb=dd245b34bf95b84454067b025f72b206be84fa50;hp=86bf0f8438f81299458d6a4dbf99d0a29786df14;hpb=78c9eca51ebc5150d79f84e255a57bb9df9f82fc;p=tiger.ml.git diff --git a/tiger/src/lib/tiger/tiger_lexer.mll b/tiger/src/lib/tiger/tiger_lexer.mll index 86bf0f8..c19eabf 100644 --- a/tiger/src/lib/tiger/tiger_lexer.mll +++ b/tiger/src/lib/tiger/tiger_lexer.mll @@ -85,11 +85,6 @@ rule token = parse | "while" -> WHILE | _ -> ID id } - - (* Eat unimplemented. FIXME: stop indiscriminate eating *) - | _ { - token lexbuf - } and string_literal = parse (* Keep escaped quote marks as part of the string literal *) | '\\' '"' {