anthropics / anthropics/claudes-c-compiler
Compiler compile invalid code
Open
- Dominant language
- Rust
- Stars
- 2.8k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
as i see invalid C code compiled
```bash
relunsec@relunsec:~/software/claudes-c-compiler/target/debug$ cat a.c
int void main() {}
relunsec@relunsec:~/software/claudes-c-compiler/target/debug$ ./ccc a.c -o a
relunsec@relunsec:~/software/claudes-c-compiler/target/debug$
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.