- Added constructor to
read_input<>that accepts aFILE*, see issue #78. - Enhanced
apply<>,apply0<>andif_apply<>to supportapply()/apply0()-methods returning boolean values. - Simplified implementation of
raw_string, the optionalContents...rules'apply()/apply0()-methods are now called with the original states. - Fixed the tracer to work with
apply()/apply0()-methods returning boolean values. (Thanks Joel Frederico) - Fixed, simplified and improved
examples/parse_tree.cpp.