Claire Foster
Claire Foster
This is still on my mind. I fear it's possibly the primary thing that can hold us back from deleting the flisp parser in the near future (please discuss!?) Ironically...
> Pratt parsing sounds like a big lift? @davidanthoff I've started prototyping non-recursive operator precedence parsing over at #524 (basically equivalent to Pratt, but no recursion at all) and it...
Heya, we just moved JuliaSyntax into Base in https://github.com/JuliaLang/julia/pull/59870 - if you want to re-propose this PR over there, I've created a branch https://github.com/JuliaLang/JuliaSyntax.jl/tree/pr-for-Base/406 to make this easier. To make...
This seems to be an issue to fix in Base (the printing here comes from `Base.Meta.ParseError` which, for historical reasons is not `JuliaSyntax.ParseError` :-( )