README ------ The GAP parser allows you to parse GAP syntax and generate OpenMath for it. It does NOT use the OpenMath library to create OpenMath objects. It uses the XML syntax of OpenMath. One quick note: the parser is an embedded component of the GAP phrasebook. The parser is written in the ANTLR grammar specification language and generated with the same tool. See its website (http://www.antlr.org/) for more details. This product is licensed through the RIACA Public License, Version 1.0. Read the LICENSE file for more details. NOTE: THIS SOFTWARE IS PROVIDED AS IS! Have fun! References ---------- 1. a Java GAP Phrasebook http://www.riaca.win.tue.nl/products/gap/phrasebook/ 2. ANTLR - ANother Tool for Language Recognition http://www.antlr.org/