Development: Parsing/languages
Simplify the decoding and encoding of json, xml, yaml by one simple generic API
Elm representation of markdown AST
Helper functions to develop/test your own parser using elm/parser
Parsing (Validation) done right
Unstable alpha version of a parser for the Camperdown markup language.
Simple parsing library for extracting CLI options and flags.
Parse and manipulate Climbing grades in Elm.
An easy to use general-purpose parser
Type-safe command line options parsing.
Pratt parser for expressions with operators precedence and associativity rules
A parser for an indented list
a parsing library, focused on simplicity and great error messages
Support for JS-style regular expressions in Elm
First-order logic formulas and parser
Fault-tolerant parser for the L0 markup language
Experimental markdown parser, handles math, has hooks for editor sync
A compiler that transforms markup source text to HTML
An easy to use general-purpose parser
Create a fast parser to match dictionary keys.
a parser-printer: dev-friendly, general-purpose, great errors
Parsing expression grammar (PEG) in elm
XML Parser for Elm - fork of jinjor/elm-xml-parser
Extra functions for building parsers. Fork of Punie/elm-parser-extras.
Workarounds for a bug in elm/parser
Convenience functions for working with parsers
Convenience functions for building parser with elm/parser
The language for definining simple interfaces
A Clojure-like scripting language for Elm apps.
An extension of elm/parser with error recovery.
Parsing (Validation) done right
Elm port of VerbalExpressions
Parser combinator implementation for Persing Expression Grammer (PEG)
Parse elm/bytes using composable parsers with errors and context tracking.
Would you like to use Elm for real-world projects?
📢 My book
Practical Elm
skips the basics and gets straight into the nuts-and-bolts of building non-trivial apps.
🛠 Things like building out the UI, communicating with servers, parsing JSON, structuring the application as it grows, testing, and so on.