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
1f1c445a769efa633eb28233f1fdcd9fe2216fbc
c3c
/
test
History
Christoffer Lerno
1f1c445a76
Issue where trailing body argument was allowed without type even though the definition specified it
#1879
.
2025-01-25 23:52:13 +01:00
..
src
Keep the old behaviour which made the script detect bugs (although indirectly!)
2025-01-20 03:43:12 +01:00
test_suite
Issue where trailing body argument was allowed without type even though the definition specified it
#1879
.
2025-01-25 23:52:13 +01:00
tmp
[feat] add test tmp files to gitignore
2025-01-21 12:44:13 +01:00
unit
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00