Class SyntaxStageKeys
Shared JSON key constants written by post-Logic and Inspection stage syntaxes. Central registry so the string literals do not drift across syntax files; readers of cache dumps can reference these constants directly rather than hard-coding the raw strings.
public static class SyntaxStageKeys
- Inheritance
-
SyntaxStageKeys
- Inherited Members
Fields
AddedByKey
Sub-object key that names the syntax which synthesized or copied the containing data. Values are short stage names:
- AddedByValue
(
"Backfill") — ProgramXyzBackfillSyntax computed the value via modal lookback (MC × inverse(transform)or GetLastProgramXyz(LazyLinkedListNode<SyntaxPiece>)). - AddedByValue
(
"ModalCarry") — ModalCarrySyntax deep-cloned the section from the previous block so the current block carries its full modal context.
public const string AddedByKey = "AddedBy"