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
69d97758760381eacb9618306ce374ec9d4fea2d
c3c
/
test
/
test_suite
/
globals
History
Christoffer Lerno
69d9775876
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +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
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +02: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