SnuviScript interpreter written in C

Kajetan Johannes Hammerle 3a58c4a19c refactoring il y a 4 ans
tests badf6ab7e9 functions signature consists of their name and number of arguments, il y a 4 ans
ByteCode.c f4cdb6bf01 refactoring il y a 4 ans
ByteCode.h f4cdb6bf01 refactoring il y a 4 ans
Compiler.c 3a58c4a19c refactoring il y a 4 ans
Compiler.h f4cdb6bf01 refactoring il y a 4 ans
FunctionMap.c badf6ab7e9 functions signature consists of their name and number of arguments, il y a 4 ans
FunctionMap.h badf6ab7e9 functions signature consists of their name and number of arguments, il y a 4 ans
Main.c 4859582fdf new test system il y a 4 ans
Object.h b289719095 float type il y a 4 ans
Operation.h f209fbe331 basic functions without a stack and arguments il y a 4 ans
Script.c 3a58c4a19c refactoring il y a 4 ans
Script.h 8c544a56ce function vars have own scope (own storage on the stack) il y a 4 ans
StringIntMap.c f209fbe331 basic functions without a stack and arguments il y a 4 ans
StringIntMap.h f209fbe331 basic functions without a stack and arguments il y a 4 ans
Test.c f4cdb6bf01 refactoring il y a 4 ans
Test.h 4859582fdf new test system il y a 4 ans
Tokenizer.c eb04b88a27 functions can have arguments (no check for number of arguments) il y a 4 ans
Tokenizer.h eb04b88a27 functions can have arguments (no check for number of arguments) il y a 4 ans
Utils.c 899e6203aa update to C only, simple tokenizer / compiler / vm but everything works il y a 4 ans
Utils.h 899e6203aa update to C only, simple tokenizer / compiler / vm but everything works il y a 4 ans
meson.build badf6ab7e9 functions signature consists of their name and number of arguments, il y a 4 ans