Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

3XX0/xquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xquery

Simplified processor for XQuery following the specifications of `xpath-semantics.pdf'

Dependencies

  • [optional] boost graph library + graphviz
  • bison >= 2.5
  • flex
  • libxmlpp
  • C++11 compiler support

Build

    make clean && make

alternatively, for the graphiz support (generate ast.dot) use make USE_BOOST_GRAPHVIZ=true also, you can display the ast generated with make ast

Usage

    ./xquery filename

About

Xquery simplified processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors