ace/lib/ace/mode/xquery
William Candillon e099044630 Add JSONiq mode.
2013-04-13 18:10:01 +04:00
..
visitors Improve handling of the xquery semantic token cache. 2013-02-16 22:26:48 +04:00
JSONiqLexer.js Add JSONiq mode. 2013-04-13 18:10:01 +04:00
JSONiqTokenizer.ebnf Add JSONiq mode. 2013-04-13 18:10:01 +04:00
JSONiqTokenizer.js Add JSONiq mode. 2013-04-13 18:10:01 +04:00
JSONParseTreeHandler.js Improvements in the XQuery parse tree handler API. 2013-02-25 15:59:33 +01:00
Readme.md Add instruction on how to generate the XQuery parser. 2012-05-25 04:25:56 +02:00
XQueryLexer.js Fix bugs in XQuery lexer. Add safeguard to avoid infinite loop in the XQuery lexer. 2013-03-11 18:35:22 -07:00
XQueryParser.ebnf Fix parser bug with JSON items. Refactor grouping variable ebnf rule according to the latest W3C spec. 2013-02-25 15:56:51 +01:00
XQueryParser.js Fix parser bug with JSON items. Refactor grouping variable ebnf rule according to the latest W3C spec. 2013-02-25 15:56:51 +01:00
XQueryTokenizer.ebnf Fix bugs in XQuery lexer. Add safeguard to avoid infinite loop in the XQuery lexer. 2013-03-11 18:35:22 -07:00
XQueryTokenizer.js Fix bugs in XQuery lexer. Add safeguard to avoid infinite loop in the XQuery lexer. 2013-03-11 18:35:22 -07:00

WARNING!

Files in this folder are generated automatically from the xquery.js project (https://github.com/wcandillon/xquery.js). Instructions on how to generate the XQuery parser are available at https://github.com/wcandillon/xquery.js