fakir/examples
bog d973241ae2 ADD: truncat function and fix some bugs related to the closure mechanism. 2023-09-25 21:28:57 +02:00
..
array.fk ADD: ref! to mutate array elements. 2023-09-24 15:54:57 +02:00
block.fk ADD: var declaration and blocks. 2023-09-21 15:59:46 +02:00
bool.fk ADD: 'and', 'or', 'not' boolean operations. 2023-09-24 13:03:33 +02:00
cast.fk ADD: truncat function and fix some bugs related to the closure mechanism. 2023-09-25 21:28:57 +02:00
closure.fk ADD: truncat function and fix some bugs related to the closure mechanism. 2023-09-25 21:28:57 +02:00
cmp.fk ADD: if macro and comparison functions. 2023-09-21 23:30:51 +02:00
float.fk ADD: float operators. 2023-09-24 14:22:01 +02:00
fundecl.fk ADD: syntaxic sugar for function declaration. 2023-09-23 05:58:13 +02:00
high_order.fk ADD: high order functions. 2023-09-22 13:27:13 +02:00
if.fk ADD: if macro and comparison functions. 2023-09-21 23:30:51 +02:00
int.fk ADD: int arithmetic. 2023-09-21 22:26:13 +02:00
lambda.fk ADD: basic lambdas (no rec, no closure...). 2023-09-21 21:17:39 +02:00
mod.fk ADD: import modules. 2023-09-23 19:21:55 +02:00
mod2.fk ADD: import modules. 2023-09-23 19:21:55 +02:00
rec.fk ADD: recursive functions and lambda. 2023-09-22 09:49:28 +02:00
run.sh ADD: test script. 2023-09-20 21:36:40 +02:00
set.fk ADD: set core macro. 2023-09-22 14:17:21 +02:00
string.fk ADD: string related functions (dup, char-at and cat. 2023-09-24 14:43:12 +02:00
vardecl.fk ADD: var declaration and blocks. 2023-09-21 15:59:46 +02:00