Extended syntax for forall
, exists
#11
Labels
grammar
Issues that are strictly related to the EBNF of the language
forall
, exists
#11
The Java parser and AST classes appear to support
As a shorthand for
At the moment our grammar does not handle this. Should it? In the end I do not think it saves a lot of space and it slightly complicates the AST structure. Moreover I think using
.
in two contexts like this might cause issues in Langium. I suggest we either drop this feature, or use,
(comma) to separate quantified variables under the same quantifier, like this:The text was updated successfully, but these errors were encountered: