ian-v
|
5fd8fd2c16
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
2014-01-06 13:51:53 -08:00 |
|
ian-v
|
7a16fadbf8
|
Co-exist with C++ (issue #85)
|
2014-01-06 09:52:29 -08:00 |
|
Damien George
|
66028ab6dc
|
Basic implementation of import.
import works for simple cases. Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
|
2014-01-03 14:03:48 +00:00 |
|
Damien
|
732407f1bf
|
Change memory allocation API to require size for free and realloc.
|
2013-12-29 19:33:23 +00:00 |
|
Damien
|
2f06c57f8a
|
Add simple var-arg functions; add simple string.format.
|
2013-11-03 18:20:56 +00:00 |
|
Damien
|
8b3a7c2237
|
Fix func decls with no arguments: () -> (void).
|
2013-10-23 20:20:17 +01:00 |
|
Damien
|
68f59a96e3
|
Add vstr and its functions.
|
2013-10-20 14:39:58 +01:00 |
|