Commit Graph
7 Commits
Author SHA1 Message Date
Paul Woolcock 4260a10983 add simple example for importing a module 2015-02-18 11:39:31 -05:00
Paul Woolcock d74e11b80e Allow better debugging
This will ensure that we have better output when running `wren` under
{g,ll}db.
2015-01-12 10:01:34 -05:00
Paul Woolcock 6aed3ec64c Add myself to the AUTHORS file 2015-01-05 11:02:52 -05:00
Paul Woolcock 7ecff2d79f Implement IO.read 2015-01-04 19:54:28 -05:00
Paul Woolcock 7cb77b7729 First try at building separate lib + binary 2015-01-02 15:24:07 -05:00
Paul Woolcock 23ba46a9f9 Move the -lm after the list of object files
Fixes linking through `gcc`, doesn't affect `clang`.

Closes #43
2015-01-02 09:32:30 -05:00
Paul Woolcock 25b31a206a Check the return value of getline
Otherwise, `gcc` warns, which causes the build to fail
2015-01-02 09:32:29 -05:00