Skip to content

Commit

Permalink
update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jolmg committed Sep 15, 2020
1 parent 7cc9f5f commit afe83b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ Parser combinator library for Ruby, based on Haskell's Parsec.
- [Introduction](#introduction)
- [`Parsby.new`](#parsbynew)
- [Defining combinators](#defining-combinators)
- [Defining parsers as modules](#defining-parsers-as-modules)
- [`ExpectationFailed`](#expectationfailed)
- [Cleaning up the parse tree for the trace](#cleaning-up-the-parse-tree-for-the-trace)
- [`splicer.start` combinator](#splicerstart-combinator)
- [Parsing from a string, a file, a pipe, a socket, ...](#parsing-from-a-string-a-file-a-pipe-a-socket-)
- [Recursive parsers with `lazy`](#recursive-parsers-with-lazy)
- [Parsing left-recursive languages with `reduce` combinator](#parsing-leftrecursive-languages-with-reduce-combinator)
- [Comparing with Haskell's Parsec](#comparing-with-haskells-parsec)
- [Development](#development)

Expand Down

0 comments on commit afe83b9

Please sign in to comment.