Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 authored Dec 9, 2024
1 parent 46b617c commit a1465e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

A little parser combinator library for Gleam!

This is great for simple tasks. If you need something more heavyweight and capable, check out [Atto](https://hexdocs.pm/atto)! It's a great project, and it may be more complicated but it's got more features and better errors than Party, including some features that Party will intentionally not add for the foreseeable future.

A little demo:
```gleam
fn identstring() -> Parser(String, e) {
Expand Down

0 comments on commit a1465e7

Please sign in to comment.