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.6.x
c3c
/
test
/
test_suite
/
macro_methods
History
Christoffer Lerno
79db06ecd1
Crash when trying to define a method macro that isn't
@construct
but has no arguments.
2025-02-20 15:51:21 +01:00
..
access.c3
Fixes missing checks to body arguments. Do not create debug declaration for value-only parameter. Bug in alignment for atomics. Macro ref parameters are pointers.
2023-07-15 15:11:44 +02:00
macro_method_different_args.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
macro_method_fails.c3
Fixes missing checks to body arguments. Do not create debug declaration for value-only parameter. Bug in alignment for atomics. Macro ref parameters are pointers.
2023-07-15 15:11:44 +02:00
macro_method_first_param.c3
Add lambdas.
2023-01-24 10:15:23 +01:00
macro_methods_defined_twice.c3
Fixes missing checks to body arguments. Do not create debug declaration for value-only parameter. Bug in alignment for atomics. Macro ref parameters are pointers.
2023-07-15 15:11:44 +02:00
macro_methods_no_args.c3
Crash when trying to define a method macro that isn't
@construct
but has no arguments.
2025-02-20 15:51:21 +01:00