Description
Currently there seems to be an issue in the way Stellar defines predicate statements in its grammar. This may not necessarily be limited to predicate statements, but currently this is where the issue is showing itself. For example, the following expressions should be valid, but each of them fails during parsing.
('grok' not in 'foobar') == true 'grok' not in ('foobar' == true) 'grok' not in 'foobar' == true
Attachments
Issue Links
- links to