simonpoole / JosmFilterParser

This is a parser for the JOSM filter/search grammar
Other
1 stars 0 forks source link

Ignore empty parentheses #12

Open simonpoole opened 2 years ago

simonpoole commented 2 years ago

Seems as if JOSM ignores empty parentheses for example as in

parent()

this is weird as that is equivalent to

parent AND ()

which one would normally assume would eval to false.

simonpoole commented 1 year ago

Note this is mainly an issue for https://github.com/simonpoole/JosmTemplateParser