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
feebd2a7337b63e1530c30ecdac54800e9550947
c3c
/
test
/
test_suite
/
constants
History
Christoffer Lerno
deb4cc7c4b
0.5.3: Single-module not respected. Fix issue with compiler defined types. Fix optimization levels for projects. Use GEP i8 on offsets. Optimize foreach on len 1 arrays. Move panic blocks last. Fix generic module wildcard imports. Deprecate init_temp / init_new. Fix issue with macro vaarg and untyped lists. Fix extern const globals.
2024-01-14 15:34:54 +01:00
..
assign_to_const.c3
Improve "const" error message
#1079
.
2023-11-22 19:12:04 +01:00
byte_literal_fail_base64_2.c3
Better handling of void/void*, unified local/global var analysis. Native base64 / hex data array (needs more checks)
2021-08-20 10:29:17 +02:00
byte_literal_fail_base64_4.c3
Updates to base64 parsing.
2021-12-04 00:25:55 +01:00
byte_literal_fail_base64.c3
Better handling of void/void*, unified local/global var analysis. Native base64 / hex data array (needs more checks)
2021-08-20 10:29:17 +02:00
byte_literal_fail_hex.c3
Better handling of void/void*, unified local/global var analysis. Native base64 / hex data array (needs more checks)
2021-08-20 10:29:17 +02:00
byte_literals.c3t
Further grammar fixes.
2023-04-28 19:11:57 +02:00
char_literals.c3t
Further grammar fixes.
2023-04-28 19:11:57 +02:00
const_var_copy.c3t
0.5.3: Single-module not respected. Fix issue with compiler defined types. Fix optimization levels for projects. Use GEP i8 on offsets. Optimize foreach on len 1 arrays. Move panic blocks last. Fix generic module wildcard imports. Deprecate init_temp / init_new. Fix issue with macro vaarg and untyped lists. Fix extern const globals.
2024-01-14 15:34:54 +01:00
constant_struct.c3
Fixes
#786
, constant initialization with constants sometimes causing an error lowering to LLVM. Fixes bug passing
void
as a vararg argument to an
any
vararg.
2023-06-19 10:38:37 +02:00
constants.c3t
Allow @test with modules. Change name mangling for non exports.
2023-02-20 16:02:30 +01:00
float_type.c3t
Allow @test with modules. Change name mangling for non exports.
2023-02-20 16:02:30 +01:00
init_order.c3t
Dev (
#777
)
2023-06-10 23:16:28 +02:00