moka/lib
bog d5f95da105 if function. 2024-03-30 20:15:21 +01:00
..
CMakeLists.txt float and int arithmetic. 2024-03-30 18:14:26 +01:00
array.c arrays. 2024-03-29 21:11:46 +01:00
array.h arrays. 2024-03-29 21:11:46 +01:00
builtins.c if function. 2024-03-30 20:15:21 +01:00
builtins.h if function. 2024-03-30 20:15:21 +01:00
commons.c 🎉 project structure and some usefull functions. 2024-03-25 21:33:02 +01:00
commons.h float and int arithmetic. 2024-03-30 18:14:26 +01:00
compiler.c assert-eqv! function. 2024-03-30 11:20:16 +01:00
compiler.h arrays. 2024-03-29 21:11:46 +01:00
conf.h import modules. 2024-03-29 05:46:35 +01:00
conf.in.h import modules. 2024-03-29 05:46:35 +01:00
exec.c assert-eqv! function. 2024-03-30 11:20:16 +01:00
exec.h builtin types. 2024-03-26 19:31:33 +01:00
lexer.c assert-eqv! function. 2024-03-30 11:20:16 +01:00
lexer.h comments using ';'. 2024-03-29 10:04:13 +01:00
module.c assert-eqv! function. 2024-03-30 11:20:16 +01:00
module.h import modules. 2024-03-29 05:46:35 +01:00
moka.c if function. 2024-03-30 20:15:21 +01:00
moka.h if function. 2024-03-30 20:15:21 +01:00
native.c comparison operators, acceptance tests. 2024-03-30 17:24:52 +01:00
native.h comparison operators, acceptance tests. 2024-03-30 17:24:52 +01:00
node.c native function support with lazy evaluation of its arguments. 2024-03-27 11:49:10 +01:00
node.h native function support with lazy evaluation of its arguments. 2024-03-27 11:49:10 +01:00
parser.c arrays. 2024-03-29 21:11:46 +01:00
parser.h arrays. 2024-03-29 21:11:46 +01:00
path.c import modules. 2024-03-29 05:46:35 +01:00
path.h import modules. 2024-03-29 05:46:35 +01:00
prog.c arrays. 2024-03-29 21:11:46 +01:00
prog.h arrays. 2024-03-29 21:11:46 +01:00
status.c builtin types. 2024-03-26 19:31:33 +01:00
status.h builtin types. 2024-03-26 19:31:33 +01:00
str.c 🎉 project structure and some usefull functions. 2024-03-25 21:33:02 +01:00
str.h 🎉 project structure and some usefull functions. 2024-03-25 21:33:02 +01:00
symtable.c block with function do. 2024-03-30 20:04:07 +01:00
symtable.h block with function do. 2024-03-30 20:04:07 +01:00
token.c builtin types. 2024-03-26 19:31:33 +01:00
token.h arrays. 2024-03-29 21:11:46 +01:00
value.c assert-eqv! function. 2024-03-30 11:20:16 +01:00
value.h assert-eqv! function. 2024-03-30 11:20:16 +01:00
vec.c builtin types. 2024-03-26 19:31:33 +01:00
vec.h 🎉 project structure and some usefull functions. 2024-03-25 21:33:02 +01:00