We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0864517 commit 1e3e035Copy full SHA for 1e3e035
dot-parse/README.md
@@ -1,6 +1,6 @@
1
# Mug *dot parse*
2
3
-Low-ceremony Java parser combinators, for your everyday one-off parsing tasks.
+Low-ceremony, easiest-to-use Java parser combinator, aimed to replace regex and your everyday one-off parsing tasks.
4
5
- **Easy to use:** a handful of primitives; write parser intuitively.
6
- **Hard to misuse:** free of the common footguns like infinite loops caused by `many(optional)` or accidental left recursion.
0 commit comments