Skip to content

pavelvelikhov/jsoniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lets try to build a simple JSONiq query processor

The spec is here: http://www.jsoniq.org/

The plan:

  1. Build ANTLR grammar, publish it on the ANTLR site
  2. Build a prototype processor in Python3 w/o any XQuery functions or advanced operations
  3. Build a Java or Scala processor
  4. Add in functions from SAXON
  5. Add schema features

===================

Current status: Basic grammar working, except for update syntax and comment syntax

Project is discontinued, all efforts shifter towards pythonql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published