Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.66 KB

Nuthatch/J+Stratego

This library extends Nuthatch/J with support for Stratego/XT terms and an interface to the JSGLR parser table evaluator.

To use, you also need:

  1. Nuthatch/J
  2. The Stratego term library: org.spoofax.terms
  3. JSGLR: org.spoofax.jsglr

Documentation

Documentation is available at the Nuthatch website.

Warning: Experimental Software!

Nuthatch/J is currently highly experimental, and the API is changing all the time.

Source code and bug reports

The source code is hosted on GitHub. Please file bugs in the GitHub Issue Tracker.

License

Copyright © 2013 Anya Helene Bagge

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This libray is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.