Resolved #45, Exports region removed

This commit is contained in:
2023-01-13 16:12:44 +00:00
parent 0649a141dd
commit 3498baad9b
12 changed files with 23 additions and 296 deletions

View File

@@ -46,7 +46,7 @@ typedef enum Opcode {
OP_TYPE_OF, //get the type of a variable
OP_IMPORT,
OP_EXPORT,
OP_EXPORT_removed,
//for indexing
OP_INDEX,