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
4f72bc4be91866c987b56b6ecbeab05f2d2beb34
c3c
/
test
/
test_suite
/
switch
History
Christoffer Lerno
cbacd64987
Update tests to (Foo) { ... } syntax.
2025-02-18 18:53:30 +01:00
..
bad_ranges.c3
Remove assert(try). Prevent nextcase with expression if there is no switch. Fix issue with multiple declarations and compile time variables. Nextcase default. Dropped support for non-const-int ranges.
2023-07-11 01:04:35 +02:00
enum_jump_switch_and_range.c3t
Fix bug with enums with jump tables
#1840
also affecting ranged enums entries.
2025-01-14 22:47:12 +01:00
failable_switch.c3
Updated cast code.
2023-09-12 12:48:52 +02:00
jump_bug_nested.c3t
Fix test take two.
2025-01-27 20:51:41 +01:00
jump_bugs.c3t
Fix issues with @jump on empty
default
or only
default
#1893
#1894
2025-01-26 15:38:24 +01:00
jump_with_inc.c3t
Updated mangling code.
2024-06-28 00:57:14 +02:00
simple_jump.c3t
Refactor and unify linker visibility and fix issues with weak stdlib.
2024-10-11 21:45:44 +02:00
switch_in_defer_macro.c3t
Update tests to (Foo) { ... } syntax.
2025-02-18 18:53:30 +01:00