parse arbitrary strings as bools
A highly parallel Perl 5 interpreter written in Rust
Unified TUI search over local coding agent histories
Catalog git repositories under a directory and emit per-repo state, tech stack, and metadata.
A data loading library for data scientist.
Lexer and parser producing Form AST nodes for clojurust
A compiler and bytecode VM for the Jzero language (a subset of Java)
Token-level lossless formatter for AXON source. Round-trips comments and layout verbatim via the Fase 14 trivia channel from `axon-frontend`; canonicalises only trailing whitespace per line and the final newline. Mirrors the behaviour of `axon fmt` in axon-lang so the language CLI and the LSP format-on-save produce byte-identical output.
Language Server Protocol server for the Axon programming language. Deterministic diagnostics, hover, completion, and go-to-definition across VSCode, Claude Code, Cursor, Antigravity, Zed, Neovim and any LSP-compatible editor.
Pure logic library for axon-lsp: document store, diagnostics, hover, completion, and definition resolution. Adopter-agnostic; no I/O, no stdio, no network.
Static structured documentation for the Axon language, embedded at compile time. Consumed by axon-lsp's hover and completion resolvers.
Opt-in LLM advisor for axon-lsp, gated behind the `llm` Cargo feature. Never on the critical path: deterministic capabilities (diagnostics, hover, completion) work without this crate.