You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a new instance of TypeParser needs to be constructed for each time a string needs to be parsed. Which seems inefficient.
The proposal is to add a new method in TypeParser which takes a one-time parser as argument. Something like:
TypeParser.parse(input, Type, OneTimeParser, [SplitStrateg])
The text was updated successfully, but these errors were encountered:
Sometimes a new instance of TypeParser needs to be constructed for each time a string needs to be parsed. Which seems inefficient.
The proposal is to add a new method in
TypeParser
which takes a one-time parser as argument. Something like:TypeParser.parse(input, Type, OneTimeParser, [SplitStrateg])
The text was updated successfully, but these errors were encountered: