lbradstreet / instaparse-cljs

Port of Instaparse to Clojurescript
89 stars 4 forks source link

Fix AutoFlattenSeq and FlattenOnDemandVector printing #17

Closed aengelberg closed 8 years ago

aengelberg commented 8 years ago

Both classes needed a "print-method" (or the equivalent in cljs) and AFS needed a "toString".

Fixes #16.

lbradstreet commented 8 years ago

Thank you! I'll push out a release as soon as my internet is good enough to push up to clojars.