racket-peg icon indicating copy to clipboard operation
racket-peg copied to clipboard

racket scheme peg-parser

Results 7 racket-peg issues
Sort by recently updated
recently updated
newest added

What's the easiest way to understand the peg syntax? I saw https://docs.racket-lang.org/peg/index.html#%28part._.P.E.G_.Syntax_.Reference%29 . Is there some additional reference material one should review? Thx

Hi, I note that the library is released under GPLv3. Is it possible relicensing under LGPLv3+ so it can be used in other projects without forcing them to become GPL...

do some timing measurements against other parsers e.g. lalr parser in guile scheme. see how efficient this parser is on a range of languages compared to other systems.

to write something like `password

So, when we do something like ``` A

https://www.youtube.com/watch?v=4QrZxfgZFDg This is a very future function. With this, will be possible to parse declaratively and easyly all of C, python and other syntax-ambiguous languages.

it needs to produce useful error messages on a parse failure.