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
961aa0ef6102288ca753b360de2aed4c407cde07
c3c
/
test
/
unit
History
Christoffer Lerno
961aa0ef61
Struct and typedef subtypes inherit dynamic functions.
2025-08-23 22:31:29 +02:00
..
asm
Support asm x86 popcnt (
#2314
)
2025-07-21 02:40:17 +02:00
regression
Struct and typedef subtypes inherit dynamic functions.
2025-08-23 22:31:29 +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