parser
Parser builder
A parsing library designed to simplify parser creation and improve error messages by using pipelines, backtracking, and tracking context.
A parsing library, focused on simplicity and great error messages
230 stars
14 watching
46 forks
Language: Elm
last commit: 9 months ago
Linked from 1 awesome list
elmparser
Related projects:
Repository | Description | Stars |
---|---|---|
elm-community/elm-webpack-starter | A simplified Webpack setup for developing Elm apps with live reloading and automatic bundling | 861 |
jschomay/elm-narrative-engine | A tool for building interactive stories in Elm by parsing world models and rules to generate narrative flows. | 134 |
elm-guides/elm-for-js | A community-driven guide to help JavaScript developers transition to Elm programming language | 229 |
guillaumearm/elm-boilerplate | A tool that simplifies the process of creating and managing Elm applications | 3 |
gkubisa/elm-app-boilerplate | A comprehensive boilerplate for building Elm applications with automated development and deployment workflows. | 120 |
elm-tooling/elm-language-server | A language server implementation for Elm programming language | 419 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
dmy/elm-pratt-parser | A parser library for top-down operator precedence parsing in Elm. | 26 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 848 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
jcollard/elm-mode | An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
jxxcarlson/l1 | A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
elm-community/elm-webpack-loader | A Webpack loader that enables the Elm programming language to be compiled and bundled with JavaScript for use in web applications. | 532 |
chadtech/elmish-wasm | An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
jfmengels/elm-review | A tool to help identify and fix common mistakes in Elm projects through static code analysis | 255 |