From 965441305b8331b523b8d704e9f2420ea0180e04 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sun, 22 Jan 2023 21:14:11 +0000 Subject: [PATCH] Added positions to rootdoc --- parsley/js/rootdoc.md | 1 + parsley/rootdoc.md | 1 + 2 files changed, 2 insertions(+) diff --git a/parsley/js/rootdoc.md b/parsley/js/rootdoc.md index 3987768ea..49ec7381a 100644 --- a/parsley/js/rootdoc.md +++ b/parsley/js/rootdoc.md @@ -54,6 +54,7 @@ is defined as being an object which mocks a package): context-sensitive functionality in the form of registers. - [[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.genericbridges$ `parsley.genericbridges`]] 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]], diff --git a/parsley/rootdoc.md b/parsley/rootdoc.md index cef7052cc..ea2e97a40 100644 --- a/parsley/rootdoc.md +++ b/parsley/rootdoc.md @@ -56,6 +56,7 @@ is defined as being an object which mocks a package): context-sensitive functionality in the form of registers. - [[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.genericbridges$ `parsley.genericbridges`]] 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]],