SnuviScript interpreter written in C

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