fponticelli / thx.core

Super-charged standard library for Haxe.
http://thx-lib.org
MIT License
124 stars 43 forks source link

added parseTupleX methods to fp.Dynamics #198

Closed fponticelli closed 8 years ago

andywhite37 commented 8 years ago

LGTM :+1:

I think the use of Functions.identity rather than passing in the error converter makes sense in general, since the simple parse functions assume VNel<String, T> too.