ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

commit 5b7a885ffaca4b60eb8e313952b182de9506e437
parent 0669e8dc447ea5541917817d17b02464d505279c
Author: citbl <citbl@citbl.org>
Date:   Tue, 25 Nov 2025 23:40:59 +1000

minor

Diffstat:
MTODO | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/TODO b/TODO @@ -25,17 +25,3 @@ [x] get rid of count_args and search for 'argc' [ ] clean up symbols table from parsing to jit time -@notes - -to get specific access to float sizes, gccjit@16 is required, which can't be easily built on macOS atm. - - CC_JIT_TYPE_FLOAT16 - GCC_JIT_TYPE_FLOAT32 - GCC_JIT_TYPE_FLOAT64 - GCC_JIT_TYPE_FLOAT128 - - otherwise these are target platform dependent - - GCC_JIT_TYPE_FLOAT - GCC_JIT_TYPE_DOUBLE - GCC_JIT_TYPE_LONG_DOUBLE