We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930150f commit bf2cae9Copy full SHA for bf2cae9
README.md
@@ -9,7 +9,7 @@ to [functional parsing](https://www.youtube.com/watch?v=dDtZLm7HIJs) on YouTube.
9
My main goal was to build a fp-style recursive descent parser exploring
10
Kotlin's support for functional programming techniques and I do like
11
how it turned out. I think the code is pretty readable and the different parsers for the
12
-grammar reads almost exactly as the corresponding grammar rules on https://www.json.org/.
+grammar reads almost exactly as the corresponding grammar rules on [www.json.org](https://www.json.org/).
13
14
Note that I have not made any effort on making it perform well
15
and I haven't benchmarked it at all. It's probably pretty slow, it's just a
0 commit comments