No description
Find a file
snowapril dc1d6616ca Add missing codes for empty statement body
Fix #3704
Compared to previous version of `compile_program_single`, below two
codes are skipped when an empty body is given.
```rust
self.emit_constant(ConstantData::None);
self.emit(Instruction::ReturnValue);
```

Signed-off-by: snowapril <sinjihng@gmail.com>
2022-05-16 11:51:49 +09:00
porcelain Migrate to 2021 edition 2021-10-21 11:46:24 -05:00
src Add missing codes for empty statement body 2022-05-16 11:51:49 +09:00
Cargo.toml Upgrade libraries 2022-04-18 00:09:22 +09:00