Skip to content

Commit

Permalink
fix parsleyJS rootdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Apr 16, 2024
1 parent 53ec61c commit 6342183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsley/js/rootdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ is defined as being an object which mocks a package):
context-sensitive functionality in the form of state.
- [[parsley.token `parsley.token`]] contains the [[parsley.token.Lexer `Lexer`]] class that provides
a host of helpful lexing combinators when provided with the description of a language.
- [[parsley.position `parsley.position`]] contains parsers for extracting position information.
- [[parsley.position$ `parsley.position`]] contains parsers for extracting position information.
- [[parsley.generic$ `parsley.generic`]] contains some basic implementations of
the ''Parser Bridge'' pattern (see
[[https://dl.acm.org/doi/10.1145/3550198.3550427 Design Patterns for Parser Combinators in Scala]],
Expand Down

0 comments on commit 6342183

Please sign in to comment.