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
29e7af843ad6cfb937a58806683f82b648500896
c3c
/
test
/
test_suite
/
expressions
/
casts
History
Christoffer Lerno
29e7af843a
Remove old try-catch. Top down promotion for binary etc. Prevent non-simple widening. Introducing wildcard failable. Move LLVM GEP usage. Regcall test and fix. Optimized slice assign.
2021-10-26 18:40:41 +02:00
..
cast_const.c3
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +02:00
cast_enum_to_various.c3
Removed func and rewrote typedefs.
2021-05-23 13:16:48 +02:00
cast_expr.c3t
"Public by default"
2021-05-30 16:30:16 +02:00
cast_failable.c3
Remove old try-catch. Top down promotion for binary etc. Prevent non-simple widening. Introducing wildcard failable. Move LLVM GEP usage. Regcall test and fix. Optimized slice assign.
2021-10-26 18:40:41 +02:00
cast_func_to_various.c3
Remove old try-catch. Top down promotion for binary etc. Prevent non-simple widening. Introducing wildcard failable. Move LLVM GEP usage. Regcall test and fix. Optimized slice assign.
2021-10-26 18:40:41 +02:00
cast_to_nonscalar.c3
Remove old try-catch. Top down promotion for binary etc. Prevent non-simple widening. Introducing wildcard failable. Move LLVM GEP usage. Regcall test and fix. Optimized slice assign.
2021-10-26 18:40:41 +02:00
cast_unknown.c3
Adding "require" precondition. Corrects inferred arrays and fixes so that it uses [*] everywhere. Distict type will now allow methods to be added to it. Added $alignof and $sizeof.
2021-07-09 23:57:35 +02:00
explicit_cast.c3
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +02:00