Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Java APG - Examples

Some examples, demonstrating the use of Java APG.

See:
          Description

Packages
com.coasttocoastresearch.examples The driver, main(), and supporting classes and functions only are in this package.
com.coasttocoastresearch.examples.anbn A comparison of timing and node hit statistics between the CFG and UDT parsers for the anbn, n > 0, grammar.
com.coasttocoastresearch.examples.anbncn A comparison of timing and node hit statistics between the CFG and UDT parsers for the anbncn, n > 0, grammar.
com.coasttocoastresearch.examples.demo Some demonstrations of using the main features of Java APG.
com.coasttocoastresearch.examples.expressions A comparison of timing and node hit statistics between the CFG and UDT parsers for the expressions grammar.
com.coasttocoastresearch.examples.inifile A comparison of timing and node hit statistics between the CFG and UDT parsers for the the "ini" file grammar.
com.coasttocoastresearch.examples.mailbox A comparison of timing and node hit statistics between the CFG and UDT parsers for an email address grammar.
com.coasttocoastresearch.examples.testudtlib A comparison of timing and node hit statistics between the CFG and UDT parsers for the suite of UdtLib UDTs.

 

Some examples, demonstrating the use of Java APG. This package has the driver and supporting classes and functions. Each example is in its own separate package in the examples subdirectory.

See Main for the test names and how to run them. The source code for the individual examples should be consulted for details.

Disclaimer: These examples should not be considered as part of the Java APG API. Backward compatibility or even the existance of the examples from version to version is not guaranteed.


Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Licence Notification

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

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program in the COPYING file. If not, see GPL, Version 2
or GPL, Version 3 or write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.