Skip to content

Commit bf2cae9

Browse files
authored
Update README.md
1 parent 930150f commit bf2cae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to [functional parsing](https://www.youtube.com/watch?v=dDtZLm7HIJs) on YouTube.
99
My main goal was to build a fp-style recursive descent parser exploring
1010
Kotlin's support for functional programming techniques and I do like
1111
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/.
12+
grammar reads almost exactly as the corresponding grammar rules on [www.json.org](https://www.json.org/).
1313

1414
Note that I have not made any effort on making it perform well
1515
and I haven't benchmarked it at all. It's probably pretty slow, it's just a

0 commit comments

Comments
 (0)