Methods and Initializers 28
This commit is contained in:
parent
d9dc02b92f
commit
28b0c71be1
12 changed files with 233 additions and 28 deletions
|
|
@ -56,10 +56,13 @@ enum OpCode : ubyte{
|
|||
@(OpColour("000", "200", "100")) Print,
|
||||
|
||||
@OpCall @(OpColour("250", "200", "250")) Call,
|
||||
@(OpColour("250", "200", "250")) Invoke,
|
||||
@(OpColour("250", "200", "250")) Closure,
|
||||
@(OpColour("250", "200", "050")) CloseUpvalue,
|
||||
@(OpColour("250", "190", "200")) Return,
|
||||
|
||||
@OpConst @(OpColour("050", "190", "200")) Class,
|
||||
@OpConst @(OpColour("100", "190", "200")) Method,
|
||||
}
|
||||
|
||||
struct Chunk{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue