Parser topic
A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.
Common examples include:
- parsers for markup languages (e.g. HTML/Markdown etc)
- parsers for data-serialization formats (e.g. JSON/XML/YAML etc)
- parsers used as part of/in conjunction with a compiler (in this case, the parser consumes the tokenized input emitted by the Lexer and ultimately feeds the resulting parse tree/concrete syntax tree into the compiler)
autumn
A Java parser combinator library written with an unmatched feature set.
Molten
[WIP] Molten - Style-preserving TOML parser.
fast-float-rust
Super-fast float parser in Rust (now part of Rust core)
astexplorer.app
An https://astexplorer.net wrapper which adds module bundling and hot reloading.
svgparser
(DEPRECATED) Featureful, pull-based, zero-allocation SVG parser.
xmlparser
A low-level, pull-based, zero-allocation XML 1.0 parser.
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
cmake-reflection-template
A template for simple C++ reflection done with CMake and Python (no other external tools)