Language Core
Token vocabulary, formal grammar, core syntax, semantic rules and deterministic diagnostics.
A compact, quantum-aware language project by Aslam / Universal Dragon, designed around guarded execution, virtual QCPU semantics, deterministic compilation and a future clean-room C implementation.
Token vocabulary, formal grammar, core syntax, semantic rules and deterministic diagnostics.
Compact source lowers into typed QIR, portable QBC bytecode and a future QVM runtime.
Guard, observe, simulate and patch are specified as explicit language-level effect boundaries.
The repository publishes the frozen C-implementation specification v0.1. A production C compiler and runtime have not been published yet.
QBIT examples describe symbolic or virtual quantum-state simulation. Raspberry Pi 5 can host the software, but it is not presented as physical quantum hardware.
.nova / .qnova โ lexer โ parser โ AST โ semantic analysis โ typed QIR โ QBC โ QVM
QBIT NOVA Language is the language specification and future implementation. QBIT NOVA C remains a separate C/QCPU project, while earlier NOVA runtime work remains in Universal Dragon Core.