MetaRBE documentation and examples

Paradigm

Paradigm of MetaRBE is quite simple. It expects an input stream of data and parses it in two phases. During phase one (called a session) it recognizes a meta structure of given input. This phase assumed to be programmed by user. User is responsible in session code trigger an event of recognition. Once event is emitted MetaRBE matches rules which might trigger actions according their state. So, logically, phase two is to execute rules. Rule execution is to run associated to this rule action with arbitrary code.

Examples