瀏覽代碼

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 }
   | eof | '\000'        { EOF }
 
 
-  | _                   { token lexbuf }
   | _ as c { raise (SyntaxError ("unexpected '" ^ Char.escaped c ^ "'")) }
   | _ as c { raise (SyntaxError ("unexpected '" ^ Char.escaped c ^ "'")) }