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
373013046d2ebed1ef525f97371ed97023dbf6c6
c3c
/
resources
/
testfragments
History
Christoffer Lerno
8aaf54e8b1
- Rename
@extern
to
@cname
, deprecating the old name
#2493
.
2025-10-25 15:55:25 +02:00
..
allocators_testing.c3
0.7 fixes. Improving the yacc grammar.
2025-04-04 18:14:16 +02:00
bigint.c3
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
2023-11-09 01:59:49 +01:00
demo1.c3
0.7 fixes. Improving the yacc grammar.
2025-04-04 18:14:16 +02:00
diagnostic.c3
Rename
def
to
alias
.
2025-03-13 11:22:27 +01:00
helloworld.c3
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
2023-11-09 01:59:49 +01:00
pwd2.c3
Add 'exec'
2023-09-30 23:28:22 +02:00
raylibtest.c3
Add linker and linked dir arguments to build files.
2022-07-08 14:52:58 +02:00
test.c3
Updated retry and test.c3 examples.
2024-02-17 15:19:27 +01:00
tmem.c3
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
2023-11-09 01:59:49 +01:00
toposort.c3
0.5.5 features (
#1151
)
2024-02-22 17:13:51 +01:00
wasm4.c3
- Rename
@extern
to
@cname
, deprecating the old name
#2493
.
2025-10-25 15:55:25 +02:00