16 Commits
Author SHA1 Message Date
Francesco Cozzuto 9cc7121cd9 new built-in getCurrentScriptDirectory; new cli option syntax; added -p option to profile programs and -H to set heap size; fixed a bug in string.cat 2023-01-19 20:14:23 +01:00
Francesco Cozzuto 920b88c006 map can have function members by placing function declaration between the curly braces 2023-01-13 03:02:28 +01:00
Francesco Cozzuto 189bfa030b bugfix in buffer object. Didn't increase the refcount when slicing 2023-01-12 16:11:53 +01:00
cozis 1671d178e4 example scripts update; new BUILD_MODE=CHECKMEM; patched some memory leaks 2022-12-09 14:26:31 +01:00
cozis 57b4f37d3a adjusted examples to use -> 2022-12-08 03:15:05 +01:00
cozis b114387728 example http parser 2022-12-07 23:48:16 +01:00
cozis 6ba7fd21ef modified C api for native functions 2022-08-17 04:33:00 +02:00
cozis bc516f470a new built-in variables for each type 2022-08-14 13:04:53 +02:00
cozis 5194a9082e minor formatting changes 2022-05-21 22:59:13 +02:00
Francesco Cozzuto 9f825673c3 the language's heap doesn't grow anymore during a collection. Instead the collection throws an error to the runtime 2022-04-15 16:21:10 +02:00
cozis f8fdf7d0df bug fix 2022-04-06 23:49:39 +02:00
cozis ed63f09b57 added tuples and multiple return values 2022-04-06 13:22:31 +02:00
cozis 07137b50c6 new curly bracket coding convention 2022-04-04 00:07:33 +02:00
cozis 29e80c6319 added error builtin and json parser example 2022-04-03 02:23:35 +02:00
cozis 1d13ffc118 added break statement 2022-04-02 23:07:37 +02:00
cozis d03bb4937d changed operator priority 2022-04-02 22:35:21 +02:00