A modern, ground-up rewrite of QB64 — a QuickBASIC compatible compiler that produces native executables.
🚧 Early Development
cargo build
cargo run -- examples/hello.bas --tokens- QBasic/QuickBASIC compatibility
- QB64 extension support
- LSP for modern editor integration
- Clean, educational codebase
- Language: Rust
- Code Generation: C intermediate
- Runtime: Rust (sdl2, rodio)
- DEVELOPMENT.md — Setup & contributing
- AgenticLogs/ — Development history
MIT