mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
implement native type compilation
This commit is contained in:
@ -13,7 +13,8 @@ enum class Opcode(val id: UByte) {
|
||||
UnaryMinus(10u),
|
||||
BinaryNot(11u),
|
||||
And(20u),
|
||||
Native(24u),
|
||||
NativeFunction(24u),
|
||||
NativeType(43u),
|
||||
Return(10u),
|
||||
StoreLocal(16u),
|
||||
LoadLocal(17u),
|
||||
|
Reference in New Issue
Block a user