neotomex
PEG parser
A PEG parser/transformer written in Elixir with a DSL for specifying grammars
A PEG parser/transformer with a pleasant Elixir DSL.
68 stars
5 watching
10 forks
Language: Elixir
last commit: almost 5 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A Python library for building and executing grammars using a parsing-expression grammar approach | 2,247 | |
| A C++ header-only library for parsing expression grammars with support for linear-time parsing and syntax sugar. | 920 | |
| A minimalist C++20 library for building pattern-matchers and parsers using Parsing Expression Grammars (PEGs) | 198 | |
| A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,957 | |
| A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 | |
| An implementation of parsing expression grammars in Common Lisp | 22 | |
| An implementation of markdown syntax in C using a parsing expression grammar | 698 | |
| A parsing library for Common Lisp that allows defining grammars and parsing sequences using PEG expressions. | 29 | |
| An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 | |
| An Elixir implementation of the TOML markup language parser | 32 | |
| Compiles and executes parser expressions in the neotoma language | 2 | |
| An npm package that allows importing PEG.js grammars as parsers directly in code | 7 | |
| A tool for generating C# code from Parsing Expression Grammars (PEGs) to implement packrat parsers. | 3 | |
| A library for decoding and encoding log lines in the Logfmt format | 27 | |
| HL7 message parser for Elixir | 41 |