stak-code 0.2.69

Bytecode encoding/decoding for Stak Scheme
Documentation
1
2
3
4
5
6
7
8
---
source: code/src/ir/program.rs
expression: "Program::new(vec![],\n    vec![Instruction ::\n        If(vec! [Instruction :: Constant(Operand :: Integer(42))])])"
---
# symbols
# instructions
- if
  - constant i42