-
Since it is not mentioned in the article: Python users may also want to check out pyparsing [0]. It is slightly different from Parsec/FParsec (for instance, it ignores all whitespace by default), but I think it is a really good project.
[0]: https://github.com/pyparsing/pyparsing/
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
Rust has a parser combinator library called Nom [^1] that is really a joy to use. I know a little Rust—enough to know what a lifetime is but not so much that I don’t have to keep referring to the documentation when building something. It took me just a few hours with the docs and examples to get a decent parser together. So nice to work with combinators!
[^1]: https://github.com/Geal/nom
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
Related posts
-
Easy parsing with reasonable error messages in OCaml's Angstrom
-
Lezer: A Parsing System for CodeMirror, Inspired by Tree-Sitter
-
Show HN: Matcheroni, a tiny C++20 header library for building lexers/parsers
-
How do I remove the forward reference error in my parser? (20 lines)
-
Multistage Programming / First Class runtime compiler support