HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

Support for arrow functions and new function types missing #48

Closed AlexHaxe closed 5 years ago

AlexHaxe commented 5 years ago

Arrow functions and new function types using -> seem to not have made it into haxeparser.

It's not an issue for formatter, because formatter / tokentree only need lexing results. However for checkstyle we also run parser on input files, so parsing should support new Haxe 4 features.

Sorry for no pull request.