mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:31:07 +00:00
When evaluated as an expression "if (true) { 3 } else { 5 }"
should yield 3. This updates the bytecode interpreter to make
it so.
|
||
|---|---|---|
| .. | ||
| ASTCodegen.cpp | ||
| Block.cpp | ||
| Block.h | ||
| Generator.cpp | ||
| Generator.h | ||
| Instruction.cpp | ||
| Instruction.h | ||
| Interpreter.cpp | ||
| Interpreter.h | ||
| Label.h | ||
| Op.cpp | ||
| Op.h | ||
| Register.h | ||