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
48318c3ad4ea3ec633d8d6c143b15c8591b323cb
c3c
/
test
/
unit
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
..
asm
Support asm x86 popcnt (
#2314
)
2025-07-21 02:40:17 +02:00
regression
Compiler segfault with struct containing list of structs with an inline member
#2416
2025-08-18 12:19:14 +02:00
stdlib
-
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