realworldocaml / examples

All the examples in Real World OCaml
The Unlicense
376 stars 81 forks source link

ID token used for parsing—not part of the lexer. #28

Open keleshev opened 9 years ago

keleshev commented 9 years ago

In parsing chapter token ID is extensively used, however, it is not produced by the lexer. This leads to syntax errors while parsing {}-style objects.