xquery-intellij-plugin icon indicating copy to clipboard operation
xquery-intellij-plugin copied to clipboard

XPath 1.0 Language Support

Open rhdunn opened this issue 6 years ago • 0 comments

  • [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

rhdunn avatar Jan 19 '19 18:01 rhdunn