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
d921a4e168bd55c82a2c09df57eafb3675e9ebb5
c3c
/
lib
/
std
/
io
History
Radek Micek
ece6efc75e
Fix fputc
2025-01-01 12:17:58 +01:00
..
os
Fix fputc
2025-01-01 12:17:58 +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
Contracts on generic modules would evaluate too late, sometimes not catching the error until it already occurred elsewhere. Add
file::save
.
2024-11-27 00:02:43 +01:00
formatter_private.c3
-
any_to_int
checks value to be int and no longer works with enum.
2024-12-29 17:07:00 +01:00
formatter.c3
-
any_to_int
checks value to be int and no longer works with enum.
2024-12-29 17:07:00 +01:00
io.c3
string::new_struct_to_str
and
io::struct_to_format
to dump struct data.
io::print
will now print structs.
2024-10-26 21:00:07 +02:00
path.c3
Update sponsors. More comments in path.c3
2024-10-26 13:00:54 +02:00
stream.c3
Switch to
<* *>
docs. Fix issue with dynamically loaded C3 libs with other C3 code.
2024-10-14 02:14:34 +02:00