dart-petitparser
Parser combinator library
A dynamic parser combinator library for Dart.
Dynamic parser combinators in Dart.
460 stars
11 watching
49 forks
Language: Dart
last commit: about 1 month ago
Linked from 1 awesome list
dartfluttergrammarparserparser-combinatorparser-frameworkparser-libraryparsing-expression-grammarpetitparser
Related projects:
Repository | Description | Stars |
---|---|---|
moosetechnology/petitparser | A framework for building parsers in Smalltalk. | 42 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 226 |
dashbitco/nimble_parsec | A lightweight and efficient library for building text-based parsers using composable combinators | 820 |
mongo-dart/mongo_dart | A MongoDB driver library for the Dart programming language | 450 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
parse-community/parse-sdk-flutter | A set of libraries providing access to Parse Server's backend functionality from Dart and Flutter apps. | 578 |
scala/scala-parser-combinators | A parser combinator library for Scala | 656 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 122 |
xxgreg/dart_postgresql | Provides an interface to PostgreSQL databases from Dart applications | 84 |
dart-lang/markdown | A portable Markdown parser and renderer written in Dart. | 460 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
grpc/grpc-dart | A Dart implementation of a high-performance RPC framework | 863 |
juliendelplanque/postgresqlparser | A tool that parses and analyzes PostgreSQL source code | 7 |
epfl-lara/scallion | A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 93 |