Skip to content

Commit 1e3e035

Browse files
authored
Update README.md
1 parent 0864517 commit 1e3e035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot-parse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mug *dot parse*
22

3-
Low-ceremony Java parser combinators, for your everyday one-off parsing tasks.
3+
Low-ceremony, easiest-to-use Java parser combinator, aimed to replace regex and your everyday one-off parsing tasks.
44

55
- **Easy to use:** a handful of primitives; write parser intuitively.
66
- **Hard to misuse:** free of the common footguns like infinite loops caused by `many(optional)` or accidental left recursion.

0 commit comments

Comments
 (0)