Paul Brauner

Results 56 comments of Paul Brauner
trafficstars

I haven'y forgotten about this but this PR is huge and: - it has merge conflicts - it has some breaking changes (return type of lookup for instance) I need...

It definitely makes sense but IIRC the reason why Dart doesn't have methods to test char agains unicode class is because the generated javascript would be huge. The same concern...

Ah, just found http://pub.dartlang.org/packages/unicode_helper. So we could definitely use that.

Alternatively I (or you) could create a package parsers_unicode. I'm fine with both solutions, as long as it allows generating reasonably small JS files when one doesn't care about unicode.

Cool, thanks for you interest and help!

Will do. It's been on my TODO list to update this doc in a long time but I'm not very happy with the way it unfolds so far. I think...

Thanks for this great contribution! I'm wondering: which version of dart are you using? With v2.3.0.dev.0.1 I'm getting an error when running the full_arith example (which I understand you have...

The good news is the tests pass on 2.3. Would you mind fixing the full_arith example before I merge? Also I'm getting errors when running `test/run.sh`. It looks like dartanalyzer...

Hi, by all means, please give it another run. I'll do my best to spend some time reviewing it.

Hi, what happened is: a while ago I wanted to make parsers dart 2 ready so I fixed all strong mode errors but didn't bump the dart version constraint as...