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
v0.5.x
c3c
/
test
/
test_suite
/
globals
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
..
ext_global_init.c3
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
extern_const.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
external_global.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
global_align.c3t
Further grammar fixes.
2023-04-28 19:11:57 +02:00
global_extname.c3t
$embed.
2023-07-09 01:18:01 +02:00
global_init.c3
Use "String" consistently for "char[]" (
#694
)
2023-01-07 22:50:33 +01:00
global_no_init.c3t
$embed.
2023-07-09 01:18:01 +02:00
init_with_err.c3t
$embed.
2023-07-09 01:18:01 +02:00
misplaced_const.c3
Updated error message.
2022-09-30 08:44:28 +02:00
recursive_globals.c3
Prevent circular initializers.
2021-12-22 01:03:15 +01:00
recursive_locals.c3
Split modules into generic and normal modules on the top level. Prepare for static. Change local -> static as keyword. Add private include. Remove old sub module search.
2021-05-09 19:26:05 +02:00
self_referencing_local.c3
Prevent circular initializers.
2021-12-22 01:03:15 +01:00
static_global.c3
Replace static initializer with @init / @finalizer
2023-10-03 12:45:43 +02:00