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
5c0470023e2ee59e53b3bddadabfc995f7bc2fcd
c3c
/
test
/
test_suite
/
arrays
History
Christoffer Lerno
dd8b850544
Support for "static" keyword.
2021-05-30 16:30:16 +02:00
..
array_casts.c3t
Compilation is now done with each module compiled together.
2021-05-11 14:58:21 +02:00
array_invalid_casts.c3
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
2021-03-17 18:25:00 +01:00
array_literal.c3t
Compilation is now done with each module compiled together.
2021-05-11 14:58:21 +02:00
array_struct.c3t
Support for "static" keyword.
2021-05-30 16:30:16 +02:00
complex_array_const.c3t
Support for "static" keyword.
2021-05-30 16:30:16 +02:00
global_array_non_const.c3
Fixes to compile time integer conversions to to unsigned values, detecting negative values. Require cast on int -> pointer cast. Fixed check on array underflow. More tests.
2020-07-25 02:43:06 +02:00
negative_array.c3
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
2021-03-17 18:25:00 +01:00
slice.c3
Corrected parsing for incremental arrays. Correctly handle failed declarations. More tests.
2020-07-25 21:54:32 +02:00