]> Nick Gasson's Git Repositories - nvc.git/commit
Replace T_FUNC and T_PROC types kinds with a single T_SIGNATURE
authorNick Gasson <nick@nickg.me.uk>
Thu, 15 Aug 2024 20:11:42 +0000 (21:11 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 15 Aug 2024 20:11:42 +0000 (21:11 +0100)
commita99c2cc9371e750d9c85e047134335511bf56fc0
treeb0aae3cdd4fc21f27817b033b2fbe4e9198d10d5
parent937ed1c4cd83e38beb6dfd8ed47ac70085f5c4a0
Replace T_FUNC and T_PROC types kinds with a single T_SIGNATURE
src/jit/jit-ffi.c
src/lower.c
src/names.c
src/parse.c
src/sem.c
src/type.c
src/type.h
test/test_parse.c