Top 5 OCaml Parsing Projects
-
-
Project mention: Anyone have suggestions on how to parse recursive grammar elements with a parser generator? | reddit.com/r/ProgrammingLanguages | 2022-03-28
Looking at the angstrom reference here I've explored a few ideas but none of them work.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: GitHub - colis-anr/morbig: A Static Parser for POSIX Shell | reddit.com/r/commandline | 2022-03-28
-
-
Project mention: Multistage Programming / First Class runtime compiler support | reddit.com/r/ProgrammingLanguages | 2022-08-19
BER MetaOCaml is a variant of OCaml with first-class staging constructs. You can write a program that returns something of type "code for a program of type T" (possibly a function type), and then ask to compile this code and you get a value of type T. This has been used to demonstrate removing interpretation overhead in various settings, for example parser generators as a library.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
OCaml Parsing related posts
Index
What are some of the best open-source Parsing projects in OCaml? This list will help you:
Project | Stars | |
---|---|---|
1 | comby | 1,958 |
2 | angstrom | 546 |
3 | morbig | 180 |
4 | nice-parser | 110 |
5 | ocaml-asp | 86 |