Open
Description
Description
The grammar currently breaks down the field name in units based on .
demarcation, which can lead to clashes with the grammar keywords: where this.not.by == true
picks up not
and by
.
To avoid this, we could either move the .
separation from the grammar to the our custom parser to perform it outside ANTLR or stop using .
as a separator