class OedipusLex::Rule

A Rule represents the main component of Oedipus Lex. These are the things that “get stuff done” at the lexical level. They consist of:

+ an optional required start state symbol or predicate method name + a regexp to match on + an optional action method or block