Skip to content

Commit

Permalink
Update README.md (#1208)
Browse files Browse the repository at this point in the history
Parser Library/Parakeet - https://github.com/ara3d/parakeet

A recursive descent parsing library with operator overloading for C#.
  • Loading branch information
cdiggins authored Mar 20, 2024
1 parent 9e559ab commit a0e830f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,8 @@ metadata in media files, including video, audio, and photo formats
* [FParsec](https://github.com/stephan-tolksdorf/fparsec) - A parser combinator library for F#
* [Superpower](https://github.com/datalust/superpower) - A C# parser construction toolkit with high-quality error reporting
* [CSLY](https://github.com/b3b00/CSLY) - A light embedded C# lexer/parser generator.

* [Parakeet](https://github.com/ara3d/parakeet) - A recursive descent parsing library with operator overloading for C#.

## Source Generator

* [M31.FluentAPI](https://github.com/m31coding/M31.FluentAPI) - Effortlessly generate fluent APIs for your C# classes.
Expand Down

0 comments on commit a0e830f

Please sign in to comment.