Donate Share

Language Generator by Instil (LGI)

File Release Notes and Changelog

Release Name: Logic 0.9

Notes: ------------------------------ Language Generator by Instil ------------------------------ Introduction ------------ Logic (LGI) is a Java API for formal languages generation, parsing and execution. LGI is open source and protected by the GNU General Public License (GPL). If you didn't get a copy of that license with LGI, please contact Edgar A. Duenez-Guzman (duenez@cs.utk.edu) immediately. This is the first release of LGI (logic), and hopefully it is stable enough to be a major release. Included in the release is the javadoc Documentation for the API, the source and the binary builds. Examples will come with the maintenance release 0.91. Features -------- LGI allows for quick specification of formal languages, either by directly using the API or by means of the included utility classes that take the specification from text files and create all required Objects to handle the language. The SimpleLexer and SimpleParser are the most important classes included, and ParserCreator and SimpleLexerCreator are the two provided classes for easy creation of specifications. For more info, please read the javadoc. Bugs ---- No known bugs so far, but the performance can be a little bit lower than desired. Contact Info ------------ For comments, feature request, bug report and more contact me at duenez@cs.utk.edu


Changes: No change log: This is the first release.