Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prelude; main.ts is the CLI. Every test is a Bend file that ends in the `#|`
lines its run must print, and the gates run on the mini cluster.

bend2/bend.ts the language: parser, theory, checker
bend2/comp.ts the compiler and the runtimes (C, Metal, CUDA, JS)
bend2/comp.ts the compiler and the runtimes (C, Metal, CUDA, HIP, JS)
bend2/main.ts the CLI; imported, the .bend loader for bun and node
bend2/base.bend the base library
bend2/bend.lean the core, mechanized in Lean
Expand Down
Loading