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
cdabe8fd9e88c0cd0527443409818c134320a8ea
c3c
/
src
History
Christoffer Lerno
cdabe8fd9e
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
...
- Deprecated use of `?` to create optional.
2026-01-20 16:10:28 +01:00
..
build
improve c3c init error message (
#2697
)
2026-01-03 17:17:12 +01:00
compiler
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
compiler_tests
[stdlib] macOS - Add objc and core foundation types and enums. (
#2572
)
2025-11-20 22:47:20 +01:00
utils
Expand inference.
2026-01-17 14:03:58 +01:00
main.c
add Win32_CODEPAGES enum and enable utf8 console output on win32 (
#2670
)
2026-01-13 23:00:01 +01:00
version.h
Update to version 0.7.9. Updated grammar.
2025-12-05 15:30:50 +01:00