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 03:51:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v0.6.x
c3c
/
lib
/
std
/
os
History
Christoffer Lerno
33b05bcfeb
More deprecations in lib6, and updates to lib7
2025-02-27 11:10:41 +01:00
..
linux
More deprecations in lib6, and updates to lib7
2025-02-27 11:10:41 +01:00
macos
More deprecations in lib6, and updates to lib7
2025-02-27 11:10:41 +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
More deprecations in lib6, and updates to lib7
2025-02-27 11:10:41 +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