We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed92d3d commit 1c71c19Copy full SHA for 1c71c19
README.md
@@ -17,7 +17,7 @@ A framework for making easy use of parser combinators and production rules.
17
18
* [CSV parser](https://github.com/shellyln/takenoco/tree/master/_examples/csv)
19
* [Formula parser](https://github.com/shellyln/takenoco/tree/master/_examples/formula)
20
-* [Loose JSON + TOML parser](https://github.com/shellyln/go-loose-json-parser)
+* [Loose JSON + TOML parsers](https://github.com/shellyln/go-loose-json-parser)
21
* [Dust - toy scripting language](https://github.com/shellyln/dust-lang)
22
* [Parsers](https://github.com/shellyln/dust-lang/tree/master/scripting/parser)
23
* [Production rules](https://github.com/shellyln/dust-lang/tree/master/scripting/rules)
0 commit comments