hxparser icon indicating copy to clipboard operation
hxparser copied to clipboard

OCaml/menhir implementation of a new Haxe parser.

Results 3 hxparser issues
Sort by recently updated
recently updated
newest added

A list to keep track of the Haxe 4 parser changes hxparser is missing: - [ ] [arrow functions](https://github.com/HaxeFoundation/haxe/pull/6209) - [ ] [`final`](https://github.com/HaxeFoundation/haxe/pull/6596) - [ ] [new function type syntax](https://github.com/HaxeFoundation/haxe/pull/6645)...

enhancement

Right now, it's all just one token: ![](http://i67.tinypic.com/25i0ygz.png)

enhancement

The parser is currently very permissive by default. It inserts various missing tokens and skips invalid ones. This is nice for display support, but if we want to make it...