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
e40bab2d30f59246a010fa8437a20fa175686e04
c3c
/
lib
/
std
/
os
/
posix
History
Christoffer Lerno
e40bab2d30
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
..
files.c3
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
general.c3
Add frame pointer on "enable stacktrace". Set no-trapping-math. Update fmuladd.
2023-09-06 14:38:21 +02:00
heap.c3
0.5.5 features (
#1151
)
2024-02-22 17:13:51 +01:00
process.c3
fix: segfault in panic when statically compiled
2024-10-12 22:18:38 +02:00
threads.c3
Added mutex tests (
#1501
)
2024-09-30 20:57:16 +02:00