mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
if
This commit is contained in:
parent
88a3a585e7
commit
4e30201be4
11 changed files with 222 additions and 20 deletions
|
|
@ -38,4 +38,9 @@ pub enum Instr {
|
|||
|
||||
/// Println the value on top of the stack
|
||||
Print,
|
||||
|
||||
/// If the current stack value is true, skip `usize` instructions.
|
||||
JumpFalse(usize),
|
||||
/// Same as `JumpCond`, but unconditional
|
||||
Jmp(usize),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue