Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Basic implementation of import. | Damien George | 2014-01-03 |
| | | | | | | import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function. | ||
* | Change memory allocation API to require size for free and realloc. | Damien | 2013-12-29 |
| | |||
* | Add simple var-arg functions; add simple string.format. | Damien | 2013-11-03 |
| | |||
* | Fix func decls with no arguments: () -> (void). | Damien | 2013-10-23 |
| | |||
* | Add vstr and its functions. | Damien | 2013-10-20 |