Skip to content

Commit 1945cb6

Browse files
committed
Update links
1 parent 1d4a966 commit 1945cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ npm install parser-lang
3535

3636
## Documentation
3737

38-
- [Tutorial](./docs/tutorial)
39-
- [API Reference](./docs/api-reference)
38+
- [Tutorial](./docs/tutorial.md)
39+
- [API Reference](./docs/api-reference.md)
4040

4141
## Related Projects/Papers
4242

43-
- [Parsimmon](https://github.com/jneen/parsimmon) - a JavaScript parser combinator library. ParserLang is heavily inspired by Parsimmon. Parsimmon is more coupled to parsing strings (ParserLang uses the [Context protocol](./docs/api-reference) to support a variety of input types) but also supports a wider variety of JavaScript runtimes.
43+
- [Parsimmon](https://github.com/jneen/parsimmon) - a JavaScript parser combinator library. ParserLang is heavily inspired by Parsimmon. Parsimmon is more coupled to parsing strings (ParserLang uses the [Context protocol](./docs/api-reference.md#context) to support a variety of input types) but also supports a wider variety of JavaScript runtimes.
4444
- [Parsec](http://hackage.haskell.org/package/parsec) - a Haskell parser combinator library
4545
- [Monadic Parser Combinators](http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf) - one of the seminal papers describing parser combinators

0 commit comments

Comments
 (0)