anthropics / anthropics/claudes-c-compiler

Tests are missing from repo

Đang mở
#247 2 bình luận 7 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Rust
Star
2.8k
Fork
247
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

The README says:

> ## Project Organization
>
> ```
> src/ Compiler source code (Rust)
> frontend/ C source -> typed AST (preprocessor, lexer, parser, sema)
> ir/ Target-independent SSA IR (lowering, mem2reg)
> passes/ SSA optimization passes (15 passes + shared loop analysis)
> backend/ IR -> assembly -> machine code -> ELF (4 architectures)
> common/ Shared types, symbol table, diagnostics
> driver/ CLI parsing, pipeline orchestration
>
> include/ Bundled C headers (x86 SIMD: SSE through AVX-512, AES-NI, FMA, SHA, BMI2; ARM NEON)
> tests/ Compiler tests (each test is a directory with main.c and expected output)
> ideas/ Future work proposals and improvement notes
> ```

But the tests directory is not actually there! Is this on purpose?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.