|
|
@@ -2,7 +2,7 @@ with open("src/opcodes.h", "rt", encoding='utf-8') as f:
|
|
|
OPCODES_TEXT = f.read()
|
|
|
|
|
|
pipeline = [
|
|
|
- ["hash_table5.hpp", "common.h", "memory.h", "str.h", "safestl.h", "builtins.h", "error.h"],
|
|
|
+ ["common.h", "hash_table5.hpp", "memory.h", "str.h", "safestl.h", "builtins.h", "error.h"],
|
|
|
["obj.h", "parser.h", "ref.h", "codeobject.h", "frame.h"],
|
|
|
["vm.h", "ceval.h", "compiler.h", "repl.h"],
|
|
|
["iter.h", "pocketpy.h"]
|