~lbnz/xr0

feat: local-constant index (tentatively)

resolves: https://github.com/xr0-org/xr0/issues/59
feat: detect out of range values in caller and return value verification

resolves: https://github.com/xr0-org/xr0/issues/58
1e575cc5 — Amisi Kiarie 2 months ago
feat: #define XR0 by default for conditional use
chore: add -pedantic
3f2abe49 — Amisi Kiarie 2 months ago
chore: fix configure comments, separate awk file
chore: refactor scenario to path and segment
6f9ee124 — Amisi Kiarie 3 months ago
chore: refactor Makefile

imposes Go-package-like structure through a generation script for the
sources and their includes
4b1bec8a — Xr0 Team 3 months ago
fix: valgrind argument error
dc6dcfdf — Xr0 Team 3 months ago
chore: change path to verifier

split verifier into two concepts: mux, which handles the splitting and
scenario, which models progression through the program
9276ccaf — Claude Betz 3 months ago
chore: debugger test
7eaad830 — Claude Betz 3 months ago
chore: refactor stack frame, exec_mode, frame_kind

stack now interacts abstractly with the frame,
frame kind is localised in stack, exec mode in program
chore: fix program build line to hide details
fix: POSIX ignore (hopefully)
12d90f9e — Amisi Kiarie 3 months ago
chore: generalise undecideable cond error to path instruction
d4e668b0 — Xr0 Team 3 months ago
chore: simlpify and unify path progressors
193c6b11 — Claude Betz 3 months ago
chore: add tests to ignore to wmw-www file
d68b2d3f — Claude Betz 6 months ago
feat: wasm
fix: unique rconsts for different args as default
e25f5c74 — Xr0 Team 3 months ago
feat: split state on evaluation of relational operators

resolves: https://github.com/xr0-org/xr0/issues/57
f7ade4f1 — Xr0 Team 3 months ago
feat: converge decide into eval
Next