Map literals!

This commit is contained in:
Bob Nystrom
2015-01-24 23:21:50 -08:00
parent abe80e6d4b
commit e740a4c95a
12 changed files with 83 additions and 20 deletions
+3
View File
@@ -77,6 +77,9 @@ typedef enum
// Pop and discard the top of stack.
CODE_POP,
// Push a copy of the value currently on the top of the stack.
CODE_DUP,
// Invoke the method with symbol [arg]. The number indicates the number of
// arguments (not including the receiver).
CODE_CALL_0,