1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-29 22:53:03 +00:00

Quasiquoting bracketed tuples.

This commit is contained in:
Calvin Rose
2019-03-31 14:14:25 -04:00
parent 1709bce77e
commit e239980da7
7 changed files with 20 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ static const JanetInstructionDef janet_ops[] = {
{"ltim", JOP_LESS_THAN_IMMEDIATE},
{"ltn", JOP_NUMERIC_LESS_THAN},
{"mkarr", JOP_MAKE_ARRAY},
{"mkbtp", JOP_MAKE_BRACKET_TUPLE},
{"mkbuf", JOP_MAKE_BUFFER},
{"mkstr", JOP_MAKE_STRING},
{"mkstu", JOP_MAKE_STRUCT},