Document language adapter construction
This commit is contained in:
parent
cd54cae71d
commit
7bc2ac1e3f
4 changed files with 459 additions and 0 deletions
|
|
@ -136,6 +136,11 @@ optional assembly contract. Cache the raw source contributions through DocForge,
|
|||
deterministically select or merge ownership from the complete contribution set. Do not hide a
|
||||
second extraction cache inside the project adapter.
|
||||
|
||||
Before implementing a frontend, read the
|
||||
[Language Adapter Authoring Guide](ADAPTER_AUTHORING_GUIDE.md). It defines the complete extraction,
|
||||
identity, ownership, normalization, incremental-equivalence, troubleshooting, and proof route that
|
||||
this checklist summarizes.
|
||||
|
||||
### 5. Build-system evidence
|
||||
|
||||
#### C and C++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue