| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcr-x86_64-apple-darwin | 2026-02-21 | 4.6 MB | |
| dcr-x86_64-pc-windows-msvc.exe | 2026-02-21 | 4.0 MB | |
| dcr-aarch64-apple-darwin | 2026-02-21 | 4.5 MB | |
| dcr-x86_64-unknown-linux-gnu | 2026-02-21 | 5.3 MB | |
| README.md | 2026-02-21 | 462 Bytes | |
| v0.2.3 source code.tar.gz | 2026-02-21 | 36.1 kB | |
| v0.2.3 source code.zip | 2026-02-21 | 52.5 kB | |
| Totals: 7 Items | 18.4 MB | 0 | |
Added:
- Modular builders for
gcc,clang,msvc - Platform-specific binary path generation (Linux/macOS/Windows)
Changed:
- Build configuration moved to
[build](language,standard,compiler) dcr.tomlformatting now includes the[build]section- Build uses built-in
debug/releaseflags per compiler - Build compiles all
*.c/*.cppfiles insrc/into a single binary (no incremental build) - Updated
dcr.tomlexamples in documentation