Stop indiscriminate eating
[tiger.ml.git] / tiger / src / lib / tiger / tiger_lexer.mll
index 86bf0f8..c19eabf 100644 (file)
@@ -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 *)
   | '\\' '"' {
This page took 0.026302 seconds and 4 git commands to generate.