Ignore:
Timestamp:
Jul 8, 2025, 1:40:36 PM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
16a843b
Parents:
b28ce93
Message:

Add missing Makefile, provide gitignore that hit it, minor edit readme

Location:
doc/proposals/modules-gen-hdr
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/modules-gen-hdr/README

    rb28ce93 r47064914  
    1010
    1111Terminology
     12- auto: as in C, "exported from here;" different from `extern`, which means "exported by someone else" in C
    1213- shred: "Shredding foo.src.c" means producing the "foo" Key Intermediates from the "foo" Input.
     14- value: the opposite of a type, includes function
    1315- vicious: cyclic dependency that cannot be bootstrapped with the tools under POC
    1416
     
    4446  - (including) expect recourse like multiple manual header fragments to resolve
    4547- vicious*/recourse-classic
     48  - example of a manual header split that resolves the circularity
    4649- vicious*/recourse-proposed
    47 
     50  - same split, given in a plausible headerless representation that's not demo-implemented
    4851
    4952In scope
     
    7477
    7578Language additions modelled
    76 - (The proposal is to include nicer versions of these placeholders to CFA)
     79- (The proposal is to add nicer versions of these placeholders to CFA)
    7780- module imports (#import), where `foo` corresponds with foo.c; one of:
    7881- `#import static foo`: this implementation depends on foo's interface
Note: See TracChangeset for help on using the changeset viewer.