Move IO into a separate module.

This commit is contained in:
Bob Nystrom
2014-02-04 08:44:59 -08:00
parent ba06a4fd8a
commit 36df70dba1
13 changed files with 182 additions and 96 deletions

View File

@ -52,6 +52,8 @@ docs:
watchdocs:
@./script/generate_docs.py --watch
# Take the contents of corelib.wren and copy them into src/wren_core.c.
corelib:
@./script/generate_corelib.py
# Take the contents of the scripts under builtin/ and copy them into their
# respective wren_<name>.c source files.
# TODO: Needs dependencies so it knows when to run.
builtin:
@./script/generate_builtins.py