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
d5aebb434cd0d8ff8b7955f205a8e6cf8eef8975
c3c
/
test
/
test_suite
/
cast
History
Christoffer Lerno
356b6bb1b7
Fixed test.
2023-08-10 19:09:00 +02:00
..
cast_from_ptr.c3t
Improve and simplify casts.
2023-03-01 22:43:50 +01:00
cast_narrow_alias.c3t
Fixed test.
2023-08-10 19:09:00 +02:00
cast_ok.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_parse_fails2.c3
Allow type inference on enum comparisons. Add chdir. Fix bug when command was missing. Allow {} on basic types.
2023-03-13 16:25:03 +01:00
cast_parse_fails.c3
Allow type inference on enum comparisons. Add chdir. Fix bug when command was missing. Allow {} on basic types.
2023-03-13 16:25:03 +01:00
cast_struct_fails.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
cast_struct.c3
Cast cleanup, removing structural casts.
2023-01-09 00:08:29 +01:00
cast_subarray.c3t
Fix where bitstructs in subarrays triggered the wrong lowering.
Fixes
#877
2023-07-23 20:50:53 +02:00
cast_to_failable.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
cast_untyped_list_error.c3
Fixes member visibility for anonymous bitstruct. Bitstruct member attributes works. Anonymous bitstruct assignment fixed.
2023-08-03 01:00:30 +02:00
implicit_infer_len_cast.c3t
Fix where bitstructs in subarrays triggered the wrong lowering.
Fixes
#877
2023-07-23 20:50:53 +02:00
implicit_void_ptr_deep.c3
Further casting cleanup.
2023-03-03 14:43:32 +01:00
top_down_cast_fails.c3
Updated casts (
#684
)
2022-12-27 14:16:47 +01:00
top_down_casts.c3t
Improve and simplify casts.
2023-03-01 22:43:50 +01:00