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
ada3ea08fc9c36f45ce2f7327c3a59d64273ccb7
c3c
/
test
/
test_suite
/
enumerations
History
Christoffer Lerno
45d1b1d671
Fix where bitstructs in subarrays triggered the wrong lowering.
Fixes
#877
2023-07-23 20:50:53 +02:00
..
compile_time.c3t
Remove implicit cast from enum to int. Allow enums to use distinct types as the backing type. enum += 1 returns enum type.
2023-03-04 01:03:57 +01:00
enum_add_sub.c3t
Update $include syntax and behaviour. Remove top level $if completely.
2023-06-21 16:27:53 +02:00
enum_associated_value.c3t
Dynamic dispatch.
2023-05-25 22:28:45 +02:00
enum_associated_values_other.c3t
Dynamic dispatch.
2023-05-25 22:28:45 +02:00
enum_cast_error.c3
Improve enum checks on enum conversions.
2023-03-01 13:56:36 +01:00
enum_cast.c3t
Remove implicit cast from enum to int. Allow enums to use distinct types as the backing type. enum += 1 returns enum type.
2023-03-04 01:03:57 +01:00
enum_conversions.c3t
Fix to macro codegen.
2023-07-19 01:34:50 +02:00
enum_invalid_param.c3
Dev (
#500
)
2022-07-26 00:56:59 +02:00
enum_reflect_associated.c3t
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
enum_same_param.c3
Dev (
#500
)
2022-07-26 00:56:59 +02:00
enum_values.c3t
Fix where bitstructs in subarrays triggered the wrong lowering.
Fixes
#877
2023-07-23 20:50:53 +02:00
simple_inference.c3t
Allow @test with modules. Change name mangling for non exports.
2023-02-20 16:02:30 +01:00