This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8aaf54e8b14f83fafbc02d716f83e471cb02292a
c3c
/
test
/
test_suite
/
overloading
History
Christoffer Lerno
551ce34b9b
-
foo[x][y] = b
now interpreted as
(*&foo[x])[y] = b
which allows overloads to do chained [] accesses.
2025-08-19 01:57:51 +02:00
..
set_not_set_overload.c3t
-
foo[x][y] = b
now interpreted as
(*&foo[x])[y] = b
which allows overloads to do chained [] accesses.
2025-08-19 01:57:51 +02:00
set_overload.c3t
Rename
def
to
alias
.
2025-03-13 11:22:27 +01:00