Commit a1435cf4 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed debug line

parent 1c3e2ecb
...@@ -143,5 +143,4 @@ rule token = parse ...@@ -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 ^ "'")) }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment