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