T
Fabian Vega (u/FabianVeAl)Developer tools
↗
A reusable Tree-sitter grammar for Bend 2 syntax, maintained separately from the Zed extension that consumes it. It parses imports, data types, functions, laws, pattern matching, do-notation, parallel bindings, rewrites, dependent types, a…
B
Fabian Vega (u/FabianVeAl)Developer tools
↗
Bend 2 language support for the Zed editor, with syntax highlighting, code outlines, snippets, and inline diagnostics. A language-server shim invokes the Bend checker and supplies hover information from local function signatures and the ba…
V
@tsenartDeveloper tools
↗
A Bend 2 port of Vegeta's HTTP load-testing attack and report commands, shared by Vegeta author Tomas Senart. It generates HTTP traffic and produces compatible CSV/JSON results and text, JSON, or histogram reports.
The port uses a laws-fi…
B
@Grave565Developer tools
↗
A linter, checker, and language server for Bend 2, written in Bend and paired with a VS Code extension. Configurable rules flag issues such as unused names, unfinished holes, suspicious recursion, formatting, and law coverage.
The languag…
B
LulzxDeveloper tools
↗
A self-hosting compiler for Bend 2 written in Bend 2. It type-checks and translates Bend programs into C, with an additional JavaScript output path and a runtime supporting effects and parallel execution.
The repository includes a bootstr…
K
MatheusBBarniDeveloper tools
↗
An early native JavaScript toolchain written in Bend 2. Current functionality includes an npm-compatible package-management path, dependency inspection, TypeScript-subset transpilation, import scanning, and initial build/watch commands.
B…
B
kirillleventcovDeveloper tools
↗
A disk-usage analyzer with terminal reports and an interactive treemap. Explore the largest directories and files, inspect usage by extension, or zoom into a visual map of the scanned tree.
A native C effect performs filesystem scanning; …
B
MatheusBBarniDeveloper tools
↗
An experimental Java Virtual Machine interpreter implemented in Bend 2. It reads Java class files, validates and decodes bytecode, and executes a focused Java 8 compatibility subset.
Bend owns classes, call frames, operand stacks, static …
B
iamsahilsonawaneDeveloper tools
↗
An HTTP/1.1 server in Bend 2 with concurrent connection handling and routes that demonstrate CPU-parallel and GPU-dispatched computation. Health and runtime-information endpoints make the example easy to inspect.
Request parsing and routi…
B
nicolas-abrilDeveloper tools
↗
A command-line archiver written in Bend that creates, lists, and extracts ustar archives, with optional gzip compression. Its Bend implementation includes a DEFLATE encoder and decoder using LZ77 and Huffman coding.
A matching C implement…