reflex v2.1.0
Added Bison complete locations filename member access via the lexer class (see example in the manual); added example Mini C compiler minic
using RE/flex scanner with Bison 3.2 C++ complete locations, this example compiles C-like source code to Java bytecode (class files); added fast fuzzy (approximate) regex matcher reflex::FuzzyMatcher
derived from reflex::Matcher
.