Taddeus Kroes 11 жил өмнө
parent
commit
a1435cf4d2
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      lexer.mll

+ 0 - 1
lexer.mll

@@ -143,5 +143,4 @@ rule token = parse
 
   | eof | '\000'        { EOF }
 
-  | _                   { token lexbuf }
   | _ as c { raise (SyntaxError ("unexpected '" ^ Char.escaped c ^ "'")) }