oetjenj avatar

Jan Oetjen

oetjenj

Total Packages

10

Total Downloads

5 251+

logger_logfmt

2.0.0
2 160+

A logfmt formatter for Elixir's Logger

Last Updated: 3 weeks ago

ichor_runtime

0.2.0
1 113+

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.

Last Updated: 2 weeks ago

ichor

0.3.0
579+

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-time native codegen backend.

Last Updated: 2 weeks ago

cooper

0.3.0
436+

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, secrets redacted by default.

Last Updated: 3 days ago

dextrin

0.1.3
361+

DXN (Data eXchange Notation) for Elixir -- .dxn text, .dxnb binary, and .dxns schema documents, built on the Ichor grammar compiler.

Last Updated: 4 days ago

xeger

0.1.1
258+

Xeger - generate strings that match a regex-like pattern (regex → strings).

Last Updated: 2 weeks ago

episteme

0.2.0
130+

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 search substrate. No parser -- bring your own front-end (e.g. Aletheia) or build goal terms directly.

Last Updated: 2 weeks ago

cooper_config

0.2.0
96+

A Config.Provider that loads app config from a CASC file (via Cooper) at release boot, replacing Mix's compile-time config.exs/runtime.exs for the settings that need to come from CASC instead.

Last Updated: 3 days ago

logos

0.2.0
73+

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 concurrency (spawn/send/receive, atoms).

Last Updated: 2 weeks ago

aletheia

0.1.1
45+

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 (unification, SLD-resolution, backtracking, a real clause-scoped cut) behind it.

Last Updated: 2 weeks ago