Package kmy.regex.compiler

This package contains compiler that translates regex parsing tree (kmy.regex.tree.RNode) into RMachine instructions.

See:
          Description

Class Summary
RCompiler This class compiles regex tree (RNode) into regex instructions.
RDebugMachine RDebugMachine is used to dump regex instruction sequence to stdout (or other output stream).
RLabel  
RMachine This class represents "regex matching machine" that can be loaded with "RMachine instructions" and used later for regex matching.
RVariable  
 

Package kmy.regex.compiler Description

This package contains compiler that translates regex parsing tree (kmy.regex.tree.RNode) into RMachine instructions.