>>>>> "Rick" == Rick Hillegas (JIRA) <[email protected]> wrote:
Rick> The NodeFactory turned into a big, sprawling piece of code. At Rick> some point this code was slimmed down by telescoping all of its Rick> factory methods into a couple unwieldly, weakly-typed overloads Rick> backed by cumbersome logic in the actual node constructors. I Rick> would like to reintroduce strongly typed node constructors which Rick> the parser can call directly. This will make node generation Rick> easier to read and less brittle and it will get rid of the now Rick> useless NodeFactory class. +1 Dag
