parakeet
Parser
A parsing library designed to efficiently parse programming languages
A fast and simple .NET parsing library
70 stars
7 watching
4 forks
Language: C#
last commit: 12 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,713 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
argonaut-io/argonaut | A library for parsing and manipulating JSON data in Scala. | 547 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |
flyx/parsertools | A library providing tools and classes for building lexers and parsers in Ada. | 6 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
aerogo/codetree | An indented code parser that generates a tree structure from various programming languages. | 24 |
aviate-labs/parser-combinators.mo | A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
tree-sitter/tree-sitter-cpp | A C++ implementation of the Tree Sitter parser framework | 270 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
m4rw3r/chomp | A fast and expressive monadic-style parser combinator for Rust. | 244 |
b3b00/csly | A C# library that simplifies generating and maintaining lexer/parsers using compact definition syntax | 374 |
abothe/d_parser | A C# implementation of a parser and resolver for analyzing D programming language code. | 30 |