1
0
Fork 0
The full compiler!
  • C 68.9%
  • AGS Script 30.1%
  • Shell 0.7%
  • Python 0.3%
Find a file
2026-05-12 23:58:29 -05:00
.agents/skills document idiomatic ashbringer syntax 2026-05-10 19:13:48 -05:00
.github chore(vexp): add repo config 2026-04-25 18:37:21 -05:00
bench fix(bench): repair compare harness 2026-04-24 20:54:21 -05:00
docs docs: note query ordering 2026-05-12 23:58:29 -05:00
kernel-dev docs(kernel): note ipc query scans 2026-05-12 14:09:29 -05:00
src feat(melt): order query results 2026-05-12 23:58:18 -05:00
tests test(melt): cover query ordering 2026-05-12 23:58:24 -05:00
.gitignore chore: ignore local artifacts 2026-05-09 11:21:41 -05:00
AGENTS.md document idiomatic ashbringer syntax 2026-05-10 19:13:48 -05:00
Makefile build: optimize forge binary 2026-05-06 22:53:20 -05:00
readme.md Add documentation, update readme for bootstrap branch 2026-04-09 13:22:44 -05:00
SKILLS.md document idiomatic ashbringer syntax 2026-05-10 19:13:48 -05:00
suggestions.md docs: note query ordering 2026-05-12 23:58:29 -05:00

Forge

Welcome to the bootstrap branch! Here we're using C11 to write the bootstrap compiler/reference implementation for Ashbringer and Forge. The idea is to silo bootstrapping but keep it related and tied to the full compiler.