jsglr
jsglr is a library for scannerless GLR parsing, implemented in Java. The jsglr implementation interprets the parse tables generated from grammers written using the SDF syntax definition formalism, developed at CWI, The Netherlands.
The jsglr library can load parse tables for the sglr version 3.16 from textual ATerms, TAF or BAFs (compressed, binary ATerms). The library depends on the Java ATerm library, developed by INRIA and CWI.
Note that the parse tables cannot be generated from SDF grammars by the jsglr package. The SDF2 package is necessary for this.
Downloads
No stable release has been made of jsglr yet.
The latest build, automatically and continously built from the source code repository, is always available from http://buildfarm.st.ewi.tudelft.nl/releases/strategoxt/full-status-jsglr.html.
Source code
The source code is available from the Stratego/XT repository, through the link https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/jsglr/
