author: Michel Dagenais
copyright: Michel Dagenais, GNU General Public License, 1998
michel.dagenais@polymtl.ca

Ecole Polytechnique

C.P. 6079, Succ. Centre-Ville

Montreal, Quebec, H3C 3A7
date: 18 January 1998
keyword: parsing
keyword: LL
keyword: recursive descent

Meta Syntax parsing library

Abstract

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.