Open rjbou opened 4 years ago
Using OpamLexer, a = b is always parsed as an Relop ('Eq, ident "a", ident "b"). Cf. lexer & parser
OpamLexer
a = b
Relop ('Eq, ident "a", ident "b")
Using
OpamLexer
,a = b
is always parsed as anRelop ('Eq, ident "a", ident "b")
. Cf. lexer & parser