SnuviScript interpreter written in C

Kajetan Johannes Hammerle 42a02a5dd2 refactored binary operations by using makros 4 years ago
tests 5de214de95 array and garbage collector 4 years ago
tokenizer 83991f8394 refactoring 4 years ago
Allocator.c 5de214de95 array and garbage collector 4 years ago
Allocator.h 5de214de95 array and garbage collector 4 years ago
ByteCode.c f4cdb6bf01 refactoring 4 years ago
ByteCode.h f4cdb6bf01 refactoring 4 years ago
Compiler.c 83991f8394 refactoring 4 years ago
Compiler.h f4cdb6bf01 refactoring 4 years ago
FunctionMap.c 07c762063d not used return values of functions are popped 4 years ago
FunctionMap.h 07c762063d not used return values of functions are popped 4 years ago
Main.c 83991f8394 refactoring 4 years ago
Object.c 5de214de95 array and garbage collector 4 years ago
Object.h 5de214de95 array and garbage collector 4 years ago
Operation.h 5de214de95 array and garbage collector 4 years ago
Script.c 42a02a5dd2 refactored binary operations by using makros 4 years ago
Script.h 5de214de95 array and garbage collector 4 years ago
StringIntMap.c f209fbe331 basic functions without a stack and arguments 4 years ago
StringIntMap.h f209fbe331 basic functions without a stack and arguments 4 years ago
Test.c 83991f8394 refactoring 4 years ago
Test.h 4859582fdf new test system 4 years ago
Utils.c 899e6203aa update to C only, simple tokenizer / compiler / vm but everything works 4 years ago
Utils.h 899e6203aa update to C only, simple tokenizer / compiler / vm but everything works 4 years ago
meson.build 83991f8394 refactoring 4 years ago