Packages
Package
Description
Example programs: Example and Oooo which resembles grep/sed
Main entry point to implement Finite Automata, deterministic and nondeterministic and use them for matching.
Definition and implementations of actions to be stored in a Dfa to be executed on a match by Actions.HANDLER.
Classes to repetitively run Dfa.match(monq.jfa.CharSource, java.lang.StringBuilder) on some input and invoke a handler on the match.
Support classes for Oooo.
Historic code, needs rework.
Historic code, needs rework.