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 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c55d6e2202f47b8cfe06239033bb367acf5139f
c3c
/
lib
/
std
/
encoding
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
..
base32.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
base64.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
csv.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
encoding.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
hex.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
json.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00