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 lang: Add arg count to OP_CALL 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 lang: Pass arg_count to bytecode_run to aid stack allocation 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 object: Abort if objptr is NULL 11 months ago
object.h lang: Return values in args 11 months ago