-
Notifications
You must be signed in to change notification settings - Fork 0
Implement inline and block rendering semantics #19
Copy link
Copy link
Open
Labels
languageTemplate language grammar, parser, and evaluatorTemplate language grammar, parser, and evaluatorpriority:highHigh-priority work itemHigh-priority work itemrenderingRendering pipeline and output behaviorRendering pipeline and output behaviortestingAutomated testing and validation coverageAutomated testing and validation coverage
Milestone
Metadata
Metadata
Assignees
Labels
languageTemplate language grammar, parser, and evaluatorTemplate language grammar, parser, and evaluatorpriority:highHigh-priority work itemHigh-priority work itemrenderingRendering pipeline and output behaviorRendering pipeline and output behaviortestingAutomated testing and validation coverageAutomated testing and validation coverage
Summary
Add rendering behavior that clearly separates same-line substitution from multi-line control-flow output.
Why
Whitespace and newline correctness are critical for code generation and config-file rendering.
Acceptance Criteria
Dependencies