Created human-readable documentation under docs/ directory: - docs/README.md: Project overview, quick start, features, and status - docs/architecture.md: Pipeline design, components, and implementation details - docs/usage.md: Usage guide, integration examples, and troubleshooting - docs/naming.md: Detailed explanation of C-to-Zig naming conventions Removed obsolete documentation files: - PARSER_FIX_PLAN.md: Content moved to architecture.md - IMPLEMENTATION_COMPLETE.md: Content moved to README.md The documentation provides: - Complete architecture overview of the 4-stage pipeline - Detailed explanation of the "first underscore" naming rule - Integration examples and common usage patterns - Troubleshooting guide and FAQ - Extension points for adding new C patterns Kept TEST_HARNESS_PLAN.md and TEST_HARNESS_PLAN_V2.md as they document future implementation plans for testing infrastructure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| TEST_HARNESS_PLAN.md | ||
| TEST_HARNESS_PLAN_V2.md | ||
| build.zig | ||
| codegen.zig | ||
| naming.zig | ||
| parser.zig | ||
| patterns.zig | ||
| types.zig | ||