• Stars
    star
    1
  • Language
    Perl
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.