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: about 1 year ago
Linked from 1 awesome list
elmparser
Related projects:
Repository | Description | Stars |
---|---|---|
| A simplified Webpack setup for developing Elm apps with live reloading and automatic bundling | 861 |
| A tool for building interactive stories in Elm by parsing world models and rules to generate narrative flows. | 135 |
| A community-driven guide to help JavaScript developers transition to Elm programming language | 229 |
| A tool that simplifies the process of creating and managing Elm applications | 3 |
| A comprehensive boilerplate for building Elm applications with automated development and deployment workflows. | 120 |
| A language server implementation for Elm programming language | 418 |
| An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
| A parser library for top-down operator precedence parsing in Elm. | 26 |
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
| An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
| A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
| A Webpack loader that enables the Elm programming language to be compiled and bundled with JavaScript for use in web applications. | 532 |
| An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
| A tool to help identify and fix common mistakes in Elm projects through static code analysis | 261 |