PEG.jl
PEG.jl copied to clipboard
Define a Parsing Expression Grammar via a macro and abuse of Julia syntax.
Results
1
PEG.jl issues
Sort by
recently updated
recently updated
newest added
In a production function (e.g. the rhs of `>` or `|>`) is it possible to get the location in the file that's currently being parsed? It would be very useful...