فهرست منبع

Removed debug line

Taddeus Kroes 11 سال پیش
والد
کامیت
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 ^ "'")) }