masala-parser
Parser library
A JavaScript implementation of parser combinators, enabling the creation of parsers from scratch and providing a flexible framework for parsing data.
Javascript Generalized Parser Combinators
146 stars
4 watching
11 forks
Language: JavaScript
last commit: 9 months ago
Linked from 1 awesome list
functional-programminggeneralizationmonadparsecparser-combinator
Related projects:
Repository | Description | Stars |
---|---|---|
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
| A Swift library for creating parsers from simple components using combinator logic | 226 |
| A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
| A parser combinator library for Scala | 656 |
| A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
| A monadic parser combinator library for C# | 61 |
| An industrial-strength monadic parser combinator library. | 925 |
| A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |
| An XML parsing library implemented in Swift | 584 |
| A Swift wrapper around XML parsing APIs, providing a simple way to parse XML into dictionary of arrays. | 1,412 |
| A parser combinator library for the Zig programming language | 493 |
| An Erlang-based parser for human-friendly data serialization formats YAML and JSON | 205 |
| A commandline tool for parsing JSON from various sources | 51 |
| A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |