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
e0cfe5612191084914cacc219cc2cad8ce8d2b77
c3c
/
lib
/
std
/
os
History
Christoffer Lerno
8c58b31bbd
Remove <[]> experimental generic syntax.
2025-02-13 12:53:46 +01:00
..
linux
Update stdlib with new syntax for short function decl.
2025-02-08 23:04:59 +01:00
macos
Fix bug where
&i[0] = null
was not detected to be an error.
#1833
2025-01-14 01:43:59 +01:00
posix
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
win32
Add more Windows API types and structs (
#1956
)
2025-02-12 23:30:07 +01:00
backtrace.c3
Remove <[]> experimental generic syntax.
2025-02-13 12:53:46 +01:00
cpu.c3
Use backtrace on windows. Updated backtrace API
2023-11-16 21:39:27 +01:00
env.c3
- Test runner will also check for leaks.
2025-02-10 00:39:02 +01:00
subprocess.c3
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00