You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ npm install parser-lang
35
35
36
36
## Documentation
37
37
38
-
-[Tutorial](./docs/tutorial)
39
-
-[API Reference](./docs/api-reference)
38
+
-[Tutorial](./docs/tutorial.md)
39
+
-[API Reference](./docs/api-reference.md)
40
40
41
41
## Related Projects/Papers
42
42
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.
44
44
-[Parsec](http://hackage.haskell.org/package/parsec) - a Haskell parser combinator library
45
45
-[Monadic Parser Combinators](http://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf) - one of the seminal papers describing parser combinators
0 commit comments