Skip to content

Commit c538f49

Browse files
docs(stack): describe Python character-definition floor
1 parent 0bb1e03 commit c538f49

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stack/
3333
│ ├── metapat/ # current METAPAT research + BASE.json
3434
│ ├── ucns/ # current UCNS research + BASE.json
3535
│ ├── english-gonol/ # English lexical/gonol construction; distinct from EDCM
36-
│ ├── python-gonol/ # Python 3.12 source affixiation from letters upward
36+
│ ├── python-gonol/ # Python 3.12 source affixiation from characters upward
3737
│ ├── edcm/ # current EDCM measurement research + BASE.json
3838
│ ├── pcea/ # current PCEA research + BASE.json
3939
│ ├── ptcna/ # current PTCNA research + BASE.json
@@ -79,11 +79,12 @@ English text-domain construction candidate. EDCM may evaluate those outputs but
7979
not define the construction.
8080

8181
Python Gonol Construction is a separate stack-local component at
82-
`research/python-gonol/`. It admits every exact Python source occurrence as a letter
83-
gonol, then affixiates lexical forms, delimiters, grammar constructions, and the module.
84-
METAPAT owns affixiation semantics; UCNS owns optional consumed geometry; Python Gonol
85-
owns Python source construction. Tokens and AST nodes are recognition witnesses, never
86-
gonol substitutes.
82+
`research/python-gonol/`. It admits every exact Python source occurrence as a character
83+
gonol, closes the occurrence's applicable character-definition gonols, then affixiates
84+
lexical forms, delimiters, grammar constructions, and the module from already-closed
85+
participants. METAPAT owns affixiation semantics; UCNS owns optional consumed geometry;
86+
Python Gonol owns Python source construction. Tokens and AST nodes are recognition
87+
witnesses, never gonol substitutes.
8788

8889
### Change stack structure
8990

0 commit comments

Comments
 (0)