Implemented opcodes, natives, fixed iterators

This commit is contained in:
vegowotenks 2024-11-06 23:39:26 +01:00
parent 49916f5564
commit dfb6060df9
6 changed files with 1485 additions and 1585 deletions

View file

@ -710,7 +710,7 @@ pub struct ObjectField {
pub value: FieldValue,
}
#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum FieldValue {
Boolean(bool),
Byte(i8),