-
automaton_generator Public
An automaton generator is a code generator (codegen) for use in generators of converters, scanners, parsers, state machines, etc.
Dart BSD 3-Clause "New" or "Revised" License UpdatedMar 9, 2025 -
peg Public
Command line tool for generating a PEG (with some syntactic sugar) parsers
-
-
-
-
shelf_session Public
The shelf_session is the implementation of cookiesMiddleware and sessionMiddleware for shelf.
-
csv_parser Public
Classic CSV parsers suitable for most use cases. Pretty fast parsing. With experimental event-based streaming parsing.
-
fast_expressions Public
Fast Expressions is an expression parser and evaluation library.
-
string_reader Public
Implementation of random access string readers for reading data from various data sources in various encodings through a single `StringReader` interface.
-
parser_builder_lite Public
Parser Builder Lite is a source code generator of high performance real-time parsers.
Dart BSD 3-Clause "New" or "Revised" License UpdatedSep 1, 2023 -
parser_combinator Public
Parser combinator is a collection of parsers that can be used to combine basic parsers to create parsers for more complex rules.
Dart BSD 3-Clause "New" or "Revised" License UpdatedAug 31, 2023 -
-
-
-
meta_expression_annotation Public
-
-
parser_builder Public
Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.
-
fast_json Public
Collection of JSON parsers. Classic parser (also with BigNum support), event-based parser. Pretty quick parsing.