Closed orlandohill closed 7 years ago
This change was made when moving to the new parsing machine design. Internal methods used by the parse method should be hidden, either with closures created in parse, or with an inner class as done previously.
parse
This change was made when moving to the new parsing machine design. Internal methods used by the
parse
method should be hidden, either with closures created inparse
, or with an inner class as done previously.