Language pipeline
Source is tokenized, parsed into an AST and compiled into QBIT bytecode for the runtime.
A C-based quantum-style language and runtime with a lexer, parser, compiler, bytecode VM, state-vector engine, Virtual QCPU, Bell and GHZ proof pipelines, and an OpenQASM 3.0 bridge toward future quantum backends.
QBIT NOVA C turns compact .qn source into executable bytecode,
software quantum-state operations and portable OpenQASM output.
Source is tokenized, parsed into an AST and compiled into QBIT bytecode for the runtime.
The bytecode VM drives classical control flow, QMSG packets and state-vector quantum simulation.
The Virtual QCPU validates workloads on classical hosts and exports supported circuits through OpenQASM 3.0.
The latest main runtime path was exercised in an isolated Pi5 test environment.
QBIT NOVA C currently runs as a software Virtual QCPU on classical hardware. A normal Raspberry Pi or phone is not presented as a physical quantum computer. OpenQASM is the clean bridge for future real-QPU workflows.
.qn โ lexer โ parser โ AST โ compiler โ QBC โ bytecode VM โ state-vector engine โ Virtual QCPU โ OpenQASM 3.0
An independent programming-language project by Aslam / Universal Dragon. It defines compact quantum-aware syntax, guarded effects, deterministic compilation, typed QIR, portable QBC 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 explicit language-level effect boundaries.
The repository publishes the frozen C-implementation specification v0.1. A production compiler and runtime have not been published yet.
QBIT NOVA Language and QBIT NOVA C are related Universal Dragon projects, but they remain separate repositories, implementations and release tracks. Earlier NOVA runtime work remains in Universal Dragon Core.
.nova / .qnova โ lexer โ parser โ AST โ semantic analysis โ typed QIR โ QBC โ QVM
Source, installation and earlier NOVA runtime lineage remain clearly separated.