|
33 | 33 | │ ├── metapat/ # current METAPAT research + BASE.json |
34 | 34 | │ ├── ucns/ # current UCNS research + BASE.json |
35 | 35 | │ ├── 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 |
37 | 37 | │ ├── edcm/ # current EDCM measurement research + BASE.json |
38 | 38 | │ ├── pcea/ # current PCEA research + BASE.json |
39 | 39 | │ ├── ptcna/ # current PTCNA research + BASE.json |
@@ -79,11 +79,12 @@ English text-domain construction candidate. EDCM may evaluate those outputs but |
79 | 79 | not define the construction. |
80 | 80 |
|
81 | 81 | 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. |
87 | 88 |
|
88 | 89 | ### Change stack structure |
89 | 90 |
|
|
0 commit comments