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
3e1e3e3e295edeeabfdeba90ccf6e193876c37e6
c3c
/
lib
/
std
/
io
History
Christoffer Lerno
3c50376175
New test runner
2025-01-30 01:09:48 +01:00
..
os
Const strings and bytes were not properly converted to compile time bools.
2025-01-18 23:24:55 +01:00
stream
Add io stream primitives (
#1626
)
2024-11-15 23:18:29 +01:00
bits.c3
increase BitWriter.write_bits nbits limit, add tests (
#1692
)
2024-12-17 21:21:58 +01:00
file.c3
New test runner
2025-01-30 01:09:48 +01:00
formatter_private.c3
Added '%h' and '%H' for printing out binary data in hexadecimal using the formatter.
2025-01-16 01:06:57 +01:00
formatter.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
io.c3
New test runner
2025-01-30 01:09:48 +01:00
path.c3
Fix regression for parsing types and switch to the "new" generic syntax that's being tested.
2025-01-26 22:51:27 +01:00
stream.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