HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

Added support for final, enum abstract and arrow functions #50

Closed AlexHaxe closed 5 years ago

AlexHaxe commented 5 years ago

Not sure if everything works, but at least the tests pass.

Simn commented 5 years ago

Nice! Let me know when you're done.

AlexHaxe commented 5 years ago

I recon with these patches haxeparser is more or less up to date. There could still be some changes I might have overlooked - I haven't done an in-depth comparison of grammar.mly <-> HaxeParser.hx. But these can be handled in additional PRs.

I skipped all that Not-XML stuff, since it's not really final.

I think I am done for now, unless you find something that needs a better implementation.