Fork me on GitHub
#instaparse
<
2017-04-15
>
aengelberg00:04:49

Instaparse is known to be incompatible with bootstrapped cljs so I'm not surprised :(

aengelberg00:04:14

Specifically, the cljs version currently uses clj to do macro-time compile steps

aengelberg00:04:04

In theory, it doesn't have to do that logic on clj, but I don't know of an easy way to use reader conditionals, etc to write cross-compatible macros as opposed to functions

gmercer00:04:05

cross compatible macros - thanks, now I have a focus .. soon instaparse will be bootstrapped cljs compatible 😃

gmercer00:04:10

although the earlier issue regarding the reader eagerly compiling the regex would add a little bit of hairiness 😞

aengelberg00:04:28

Let me know if you need any assistance / explanations for some of the instaparse code