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
28a0dec343bf4c932bb05cc2eb3aa35a797b1a06
c3c
/
test
/
test_suite
/
globals
History
Christoffer Lerno
28a0dec343
Fixes: Extname works on global variables. Bug with boolean in ternary in some cases. Global declarations would not parse attributes.
2021-07-19 17:10:13 +02:00
..
external_global.c3t
Changed generic modules to internal templates.
2021-05-27 08:30:02 +02:00
global_extname.c3t
Fixes: Extname works on global variables. Bug with boolean in ternary in some cases. Global declarations would not parse attributes.
2021-07-19 17:10:13 +02:00
global_init.c3
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
2021-03-17 18:25:00 +01:00
misplaced_const.c3
&&temp operator. Macro evaluation.
2020-10-16 18:11:30 +02: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
static_global.c3
Support for "static" keyword.
2021-05-30 16:30:16 +02:00