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
4662133893bc152ee7a13619c91b9efcaec0028d
c3c
/
test
/
test_suite
/
compile_time
History
Christoffer Lerno
86723540f3
$switch over values.
2021-10-20 17:49:07 +02:00
..
compile_time_ptr_ref.c3t
Fix of shadowing bug. Allow pointer and subarrays to be constant initialized. Compile time values may now pass around anything considered compile time constant. It's possible to index into an initializer list at compile time. (Some work still remains on this)
2021-09-18 01:13:42 +02:00
ct_if_fails.c3
Top level $if now uses $if: / $endif; Fix of boolean globals. Fix of $else: clause. Fix of $assert inside of $if
2021-06-24 18:01:59 +02:00
ct_if.c3t
Top level $if now uses $if: / $endif; Fix of boolean globals. Fix of $else: clause. Fix of $assert inside of $if
2021-06-24 18:01:59 +02:00
ct_switch_errors.c3
$switch over values.
2021-10-20 17:49:07 +02:00
ct_switch_type_check.c3t
Allow "fn" instead of "func". Rewrote $switch over types.
2021-10-20 16:30:45 +02:00
ct_switch_type_errors.c3
$switch over values.
2021-10-20 17:49:07 +02:00
ct_switch.c3t
$switch over values.
2021-10-20 17:49:07 +02:00
cttype_reassign.c3t
Removed original_type, pure, removed bigint, added i128 type, lots of fixes to $Foo, reassigning ct type, catch/macro, "!", removed type inference.
2021-10-19 10:39:02 +02:00
not_yet_initialized.c3
Removed original_type, pure, removed bigint, added i128 type, lots of fixes to $Foo, reassigning ct type, catch/macro, "!", removed type inference.
2021-10-19 10:39:02 +02:00
ternary_folding.c3t
Fix of shadowing bug. Allow pointer and subarrays to be constant initialized. Compile time values may now pass around anything considered compile time constant. It's possible to index into an initializer list at compile time. (Some work still remains on this)
2021-09-18 01:13:42 +02:00
typeof_example.c3t
Support $typeof, removing the old typeof
2021-07-18 18:36:19 +02:00
typeof_from_literal.c3
Removed original_type, pure, removed bigint, added i128 type, lots of fixes to $Foo, reassigning ct type, catch/macro, "!", removed type inference.
2021-10-19 10:39:02 +02:00