Commit graph

2 commits

Author SHA1 Message Date
Ronald Caesar
d6c29e412a
Fix formatting compiler warnings
Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-23 04:54:41 -04:00
Ronald Caesar
bd0bf1deba
jit/ir: Implement IR instruction management
Introduces IR instruction management, including instruction_t and
instruction_list_t definitions and their implementations. It also added
const-correctness to the value_t API.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-22 22:12:22 -04:00