ex_abnf
ABNF parser
An Elixir implementation of an ABNF parser and interpreter for abstract syntax trees.
Parser for ABNF Grammars
61 stars
4 watching
12 forks
Language: Elixir
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
princemaple/abnf_parsec | A parser generator for ABNF definitions, producing Elixir parsers | 48 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
marcelog/ex_rfc3966 | A Tel URI parser based on the official uri grammar following the RFC3966 standard. | 1 |
marcelog/elixir_authorizenet | An Elixir client for the Authorize.Net merchant API | 11 |
rob-bie/expr | An Elixir library for parsing and evaluating mathematical expressions. | 12 |
leifg/excellent | A library that reads and parses Excel 2000 files into a list of lists for data extraction | 23 |
abrignoni/aleapp | An Android log parser and Protobuf analyzer written in Python | 525 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 260 |
antonmi/alf | A framework for building modular, sequential application logic using flow-based programming principles | 198 |
norswap/autumn | A Java parser combinator library supporting grammar and parsing functionality. | 125 |
expelledboy/exml | An Elixir wrapper around an XML parsing and XPath evaluation library | 25 |
rdf-elixir/jsonld-ex | An Elixir implementation of the JSON-LD standard for RDF data representation and serialization | 74 |
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
easco/configparser_ex | A parser for config files in the style of Windows INI | 19 |