Pugs::Compiler::Rule has been branched in the svn repository in order to fix some architecture problems:
- the bootstrapped compiler and the user-side runtime will no longer be shared. This will make it easier to make changes in the user-side, without needing to redo the bootstrap.
- there will be a single Match class - currently
Today Audrey also contributed a change in the Match class, allowing '$($/)' to return the result object - this syntax is the long form of '$/()'.
Tiny correction... (Score:1)