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
9a6d83f526f40417261e9fe2c087907c8e0a48df
c3c
/
test
/
unit
/
stdlib
/
core
History
Dmitry Atamanov
efb492eace
Add simple benchmark runner.
2023-08-29 12:28:06 +02:00
..
array.c3
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow
l
suffix. Simplifying flatpath.
any
replaces
variant
,
anyfault
replaces
anyerr
. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
2023-04-21 10:56:39 +02:00
bitorder.c3
Eliding length for ":"-ranges is no longer allowed.
2023-08-18 22:25:51 +02:00
builtintests.c3
Tune
@expect
,
@likely
,
@unlikely
and
@prefetch
macros.
2023-08-24 16:09:56 +02:00
comparison.c3
Added
compare_to
as a standard macro.
2023-08-17 10:13:00 +02:00
runtime.c3
Add simple benchmark runner.
2023-08-29 12:28:06 +02:00
string.c3
std/lib: simplify String.{,r}index_of and improve speed for the index… (
#907
)
2023-08-02 11:43:58 +02:00