/perl-Parse-FSM

This modules implements a top-down parser based on a pre-computed Finite State Machine. The module is used to read a BNF-type grammar file and generate a run-time module that includes the state tables. The module also include the run-time parsing routine that follows the state tables to obtain a parse of the input.

Primary LanguagePerl

Stargazers