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
e1d546225f33560e87fee9be30f685ac7e15b158
c3c
/
lib
/
std
/
encoding
History
Christoffer Lerno
e1d546225f
Update stdlib with new syntax for short function decl.
2025-02-08 23:04:59 +01:00
..
base32.c3
Updated base32 / base64 API.
2024-11-27 11:58:28 +01:00
base64.c3
Updated base32 / base64 API.
2024-11-27 11:58:28 +01:00
csv.c3
Update stdlib with new syntax for short function decl.
2025-02-08 23:04:59 +01:00
encoding.c3
Begin unifying baseXX encodings. b64 / hex data strings can now be used with \` as well.
2024-11-25 16:20:10 +01:00
hex.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
json.c3
Fix escape sequence handling in encoding::json
2024-09-29 11:22:15 +02:00