Tardis / lang /
..
app lang: Split in to library and executable 1 year ago
CMakeLists.txt lang: Make app build optional 1 year ago
bytecode.c lang: Compile to bytecode and run 11 months ago
bytecode.h lang: Pass arg_count to bytecode_run to aid stack allocation 1 year ago
compile.py lang: Compile to bytecode and run 11 months ago
error.c lang: Add error handling functions 1 year ago
error.h lang: Run clang-format 1 year ago
func.c bytecode: Garbage collect the stack 12 months ago
func.h lang: Introduce func that just returns 1234 1 year ago
main.c lang: Fix arg counts to include return value 1 year ago
number.c lang: Add Minus operation for numbers 11 months ago
number.h lang: Make number_add private 1 year ago
object.c bytecode: Garbage collect the stack 12 months ago
object.h bytecode: Garbage collect the stack 12 months ago