Michel Dagenais Michel Dagenais, GNU General Public License, 1998
michel.dagenais@polymtl.ca
Ecole Polytechnique
C.P. 6079, Succ. Centre-Ville
Montreal, Quebec, H3C 3A7
18 January 1998 parsing LL recursive descent

Meta Syntax parsing library

This simple parsing library reads an LL grammar at run time and calls user defined actions when specified grammar events are found. It is used by the obliq interpreter.

metasyn
The Meta Syntax library.
synex
Scanner and parser for metasyn.
synloc
Library defining locations in source files.