mirror of
https://github.com/janet-lang/janet
synced 2025-11-09 20:13:02 +00:00
Remove some c functions in favor of bytecode.
This commit is contained in:
@@ -112,6 +112,7 @@ static const DstInstructionDef dst_ops[] = {
|
||||
{"lds", DOP_LOAD_SELF},
|
||||
{"ldt", DOP_LOAD_TRUE},
|
||||
{"ldu", DOP_LOAD_UPVALUE},
|
||||
{"length", DOP_LENGTH},
|
||||
{"lt", DOP_LESS_THAN},
|
||||
{"lti", DOP_LESS_THAN_INTEGER},
|
||||
{"ltim", DOP_LESS_THAN_IMMEDIATE},
|
||||
|
||||
Reference in New Issue
Block a user