lpw25 / ocaml

My experiments with and extensions to OCaml
3 stars 1 forks source link

Lexing confusion on ]-> #7

Open ilsordo opened 8 years ago

ilsordo commented 8 years ago

Trying to build merlin on ecaml-multicore I get a syntax error because in a pattern

 | [x]-> ...

the lexer sees ]-> as a single token instead of two.

lpw25 commented 7 years ago

It's unfortunate, but I'm unlikely to change it any time soon. Thanks for the report anyway though.