Skip to content

Treat multi-line strings as opaque#125

Merged
istathar merged 1 commit into
technique-lang:mainfrom
istathar:parse-exec
Jun 24, 2026
Merged

Treat multi-line strings as opaque#125
istathar merged 1 commit into
technique-lang:mainfrom
istathar:parse-exec

Conversation

@istathar

Copy link
Copy Markdown
Member

Update the parser to treat multi-line strings as opaque. This was already special cased in a few places but when we attempted to use Technique for a scripting application we ran afoul of this in the main take_block_lines() method. That's no good, so centralize the detection logic in a new locate_block_lines() helper which can then be used by all accumulators.

@istathar istathar self-assigned this Jun 24, 2026
@istathar istathar merged commit ddde99f into technique-lang:main Jun 24, 2026
1 check passed
@istathar istathar deleted the parse-exec branch June 24, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant