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
6ab795370619b6a7abbc1d6feb4eb6e6dbf95d3d
c3c
/
test
History
joshringuk@gmail.com
434a0e8e4b
array contains
2025-04-18 18:15:01 +02:00
..
src
- Added
@format
attribute for compile time printf validation
#2057
.
2025-03-24 13:32:44 +01:00
test_suite
Improve error for default args
#2096
. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side:
foo[1..2] = bar[..]
rather than the old
foo[1..2] = bar
. The old behaviour can be mostly retained with
--use-old-slice-copy
).
2025-04-18 17:19:04 +02:00
tmp
[feat] add test tmp files to gitignore
2025-01-21 12:44:13 +01:00
unit
array contains
2025-04-18 18:15:01 +02:00