tinyap

1.3

This is not yet another parser.

Introduction

Actually, this is an abstract parser. It takes a grammar description and some source text to produce an Abstract Syntax Tree (AST) that structures the information that was contained in the source. It's an LL parser using the recursive descent with backup algorithm, and it can produce litteral strings and regular expressions from its input text.

You may wish to read the Tutorial if it's your first time with tinyap.

Parser API

Ape API


Generated on Sun May 11 14:32:44 2008 for TINYAP by  doxygen 1.5.3