fix: add cmd/five/main.go to repo (was excluded by .gitignore)

- Changed .gitignore: "five" → "/five" to only ignore root binary
- cmd/five/main.go (702 LOC): Five CLI entry point (run, build, gen, debug, frb)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-11 11:57:56 +09:00
parent c35f456785
commit 468aa1efbd
2 changed files with 703 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,7 +4,7 @@
*.dll
*.so
*.dylib
five
/five
# Test binary
*.test