ocaml / opam-file-format

Parser and printer for the opam file syntax
Other
15 stars 23 forks source link

`Env_binding` equal operator can't be reached #25

Open rjbou opened 4 years ago

rjbou commented 4 years ago

Using OpamLexer, a = b is always parsed as an Relop ('Eq, ident "a", ident "b"). Cf. lexer & parser