uvm-plaid / uvmhs

2 stars 5 forks source link

Documentation: Parser Combinators #3

Open Isweet opened 2 years ago

Isweet commented 2 years ago

The project should document the parser combinator library.

Perhaps an example of developing a parser with all the fixings — left recursion, location information, … — and text explaining as you go.

David D can spin up a parser very quickly, but others can’t.