The small runtime support library Ichor-generated parsers call into: capture dispatch, error formatting, compiled Tokenizer/Parser combinators, and the LR/GLR runtime -- plus standalone Pratt precedence parsing, generic term recursion, and unification/backtracking search. Ichor itself is dev-only.
Current section
7 Dependants
Jump to
Current section
7 Dependants
Packages depending on ichor_runtime
7 packages-
Compiles grammar definitions -- Aether, its own DSL, plus ABNF/EBNF/PEG/BNF importers -- into separated Lexer/Parser/Analysis/Executor modules, with both an interpreted VM backend and a compile-tim...
Updated 2 weeks ago
577recent downloads -
Parses and loads CASC config files -- a hierarchical, extensible config language with imports, variables, interpolation, loops, and consumer-registered resolvers/tags -- into native Elixir terms, s...
Updated 1 day ago
431recent downloads -
DXN (Data eXchange Notation) for Elixir -- .dxn text, .dxnb binary, and .dxns schema documents, built on the Ichor grammar compiler.
Updated 2 days ago
359recent downloads -
Xeger - generate strings that match a regex-like pattern (regex → strings).
Updated 2 weeks ago
256recent downloads -
A standalone Prolog-like resolution engine and clause database for Elixir: terms, unification, SLD-resolution, backtracking, a genuine clause-scoped cut, and builtin predicates, built on Ichor's se...
Updated 2 weeks ago
128recent downloads -
A Clojure-flavored Lisp, embeddable in Elixir/BEAM applications -- parsed and executed via Ichor, with real tail-call optimization, namespaces/Vars, hygienic syntax-quote macros, and BEAM-native co...
Updated 2 weeks ago
71recent downloads -
An embedded Prolog dialect for Elixir: classic Prolog syntax (`:-`, `,`/`;`, `=`, a mutable op/3 table) via a reader on Ichor, fronting Episteme -- the resolution engine and clause database (unific...
Updated 2 weeks ago
43recent downloads