hxparse icon indicating copy to clipboard operation
hxparse copied to clipboard

haxe Lexer/Parser library

Results 6 hxparse issues
Sort by recently updated
recently updated
newest added

i use hxparse with haxeparser hxparse throws some warnings out: ``` hxparse/ParserBuilderImpl.hx:136: lines 136-139 : Warning : This case is unused ``` Not really important since it will be built...

``` src/hxparse/Parser.hx:154: lines 154-161 : A generic class can't have static fields ``` Haxe build https://github.com/HaxeFoundation/haxe/commit/0c89b91432aa0687f569ec4aa035fd855ac639eb

`switch stream` raises an error `Expected [ patterns ]` `switch this.stream` fixes it

I'm using different rulesets in a custom parser for erazor lib. Frequently i use peek(1) on a ruleset to verify if it should process what comes next or leave it...

I created a subclass of `Parser`, and I tried to use it inside a macro. It failed with compiler error "A generic class can't have static fields". As you can...

While working with haxe language server, I ended up with a compilation server blocked a few times with a Stack overflow error. Third time gave me a call stack from...