Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janlely authored May 22, 2023
1 parent 07a0c8c commit 8f81c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# jparser

# Haskell style Parser Combinater implemented in Java.
Just like the usage of Parser Combinator in Haskell, jparser does not generate AST, so you need to use the map method to map the results to a custom class.
Just like the usage of Parser Combinator in Haskell, jparser does not generate AST, so you need to use the map method to map the results to a custom class. You can see how it's done specifically from the implementation of JsonParser.

## Maven (jdk11+ is required)
```xml
Expand Down

0 comments on commit 8f81c1d

Please sign in to comment.