xquery-intellij-plugin
xquery-intellij-plugin copied to clipboard
XPath 1.0 Language Support
- [x] Create a valid XPath 1.0 EBNF grammar that is written in terms of XPath 2.0 EBNF symbols
Lexer:
- [ ] XPath 1.0 lexer (
(:and:)tokens)
Parser:
- [ ]
EqualityExpr - [ ]
RelationalExpr - [ ]
MultiplicativeExpr-- operator precedence - [ ]
UnaryExpr-- operator precedence - [ ]
UnionExpr-- operator precedence
Conformance:
- [ ] Extra-grammatical constraint - filter-expr
- [ ] Extra-grammatical constraint - predicate