Tardis / lang /
..
app lang: Split in to library and executable 12 months ago
CMakeLists.txt lang: Make app build optional 12 months ago
bytecode.c lang: Pass arg_count to bytecode_run to aid stack allocation 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 12 months ago
error.h lang: Run clang-format 12 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 lang: Don't abort if there's been a double free 11 months ago
object.h lang: Return values in args 11 months ago