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
062a67fe75917940a86016a3681f5cb6268f74b3
c3c
/
lib
/
std
/
os
History
Christoffer Lerno
d9e5926d57
Fix error when boolean combined with
??
. First checkin of C3 tester (unfinished)
2025-02-19 01:02:58 +01:00
..
linux
Update tests to (Foo) { ... } syntax.
2025-02-18 18:53:30 +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
Fix error when boolean combined with
??
. First checkin of C3 tester (unfinished)
2025-02-19 01:02:58 +01:00