|
@@ -9,7 +9,7 @@ pipeline = [
|
|
|
["config.h", "export.h", "common.h", "memory.h", "vector.h", "str.h", "tuplelist.h", "namedict.h", "error.h", "lexer.h"],
|
|
["config.h", "export.h", "common.h", "memory.h", "vector.h", "str.h", "tuplelist.h", "namedict.h", "error.h", "lexer.h"],
|
|
|
["obj.h", "dict.h", "codeobject.h", "frame.h"],
|
|
["obj.h", "dict.h", "codeobject.h", "frame.h"],
|
|
|
["gc.h", "vm.h", "ceval.h", "expr.h", "compiler.h", "repl.h"],
|
|
["gc.h", "vm.h", "ceval.h", "expr.h", "compiler.h", "repl.h"],
|
|
|
- ["_generated.h", "cffi.h", "bindings.h", "iter.h", "base64.h", "collections.h", "random.h", "re.h", "linalg.h", "easing.h", "io.h"],
|
|
|
|
|
|
|
+ ["_generated.h", "cffi.h", "bindings.h", "iter.h", "base64.h", "csv.h", "collections.h", "random.h", "re.h", "linalg.h", "easing.h", "io.h"],
|
|
|
["pocketpy.h", "pocketpy_c.h"]
|
|
["pocketpy.h", "pocketpy_c.h"]
|
|
|
]
|
|
]
|
|
|
|
|
|