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
89de0a70d2ce383c6316aa2119c49a0fc84888c3
c3c
/
test
/
unit
/
stdlib
History
Christoffer Lerno
89de0a70d2
"@ensure" now correctly only runs on non-optional results. Subtypes now merge to a single type. Beginning deprecation of "std::core::str". Refreshed String functions. Consistent use of ".using" parameter. Functions moved to string methods. Tests on more string methods. Fixes to split, rindex_of.
2023-03-08 00:13:48 +01:00
..
collections
Addition of object type. Fixes to const union initialization.
2023-03-06 23:58:13 +01:00
core
"@ensure" now correctly only runs on non-optional results. Subtypes now merge to a single type. Beginning deprecation of "std::core::str". Refreshed String functions. Consistent use of ".using" parameter. Functions moved to string methods. Tests on more string methods. Fixes to split, rindex_of.
2023-03-08 00:13:48 +01:00
crypto
Use "String" consistently for "char[]" (
#694
)
2023-01-07 22:50:33 +01:00
encoding
Add primitive and incomplete object printout. First version of json parser.
2023-03-07 09:53:01 +01:00
hash
Sha1.
2023-02-24 10:49:01 +01:00
io
Fix conversion
if (int x = foo())
. Initial stream api. Extended enumset.
2023-02-22 17:06:06 +01:00
macros
Add --strip-unused.
2023-02-16 22:11:42 +01:00
math
Added Matrix identity macros and few matrix unit tests (
#742
)
2023-03-05 20:39:55 +01:00
net
Allow @test with modules. Change name mangling for non exports.
2023-02-20 16:02:30 +01:00
conv_tests.c3
Use "String" consistently for "char[]" (
#694
)
2023-01-07 22:50:33 +01:00
string_to_float.c3
Fix of bug in !floatval codegen. Added float parsing.
2023-02-10 22:17:55 +01:00
string.c3
Added "clear" to VarString
2023-02-10 08:40:08 +01:00