libertaria-stack/l1-identity/qvl
Markus Maiwald 19577e99f8 feat(gql): add GQL to Zig code generator
Add codegen.zig that transpiles GQL AST to programmatic Zig code:
- MATCH statements → graph traversal code
- CREATE statements → addNode/addEdge calls
- DELETE statements → remove operations
- RETURN statements → result collection
- Expression generation (literals, comparisons, binary ops)

7/7 tests passing (codegen + lexer + parser)
2026-02-03 12:49:56 +01:00
..
gql feat(gql): add GQL to Zig code generator 2026-02-03 12:49:56 +01:00
betrayal.zig Phase 9 Complete: Autonomous Immune Response Operational 🛡️ (Artifacts Removed) 2026-01-31 04:32:09 +01:00
gossip.zig Phase 4B: L1 QVL Advanced Graph Engine (Bellman-Ford, A*, Aleph Gossip, Belief Propagation) 2026-01-31 02:24:19 +01:00
gql.zig feat(gql): add GQL to Zig code generator 2026-02-03 12:49:56 +01:00
inference.zig Phase 6A: QVL FFI C exports for L2 integration 2026-01-31 03:06:20 +01:00
integration.zig fix(qvl): fix Zig API compatibility for storage and integration layers 2026-02-03 09:35:36 +01:00
pathfinding.zig Phase 6A: QVL FFI C exports for L2 integration 2026-01-31 03:06:20 +01:00
pop_integration.zig feat(capsule): implement discovery, federation, and persistence (Phase 10) 2026-01-31 08:35:22 +01:00
storage.zig fix(qvl): fix Zig API compatibility for storage and integration layers 2026-02-03 09:35:36 +01:00
types.zig Phase 9 Complete: Autonomous Immune Response Operational 🛡️ (Artifacts Removed) 2026-01-31 04:32:09 +01:00