A query language transpiler framework for JavaScript
WARNING: V2 will come shortly and will have lots of breaking changes.
This repository is a monorepo containing multiple packages. The purpose of Traqula is to provide highly flexible parsers/ generators for query languages. Traqula achieves this by shipping default configurations as engines which can easily be modified by builders found in the core package of Traqula.
Traqula maintains a few engines (default parser/ generator configurations) built ontop of its own code packages:
- For SPARQL 1.1: a parser and generator.
- For SPARQL 1.2: a parser.
- For SPARQL 1.1 + ADJUST function: a parser.
This software is written by Jitse De Smet.
This code is released under the MIT license.