-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lexer: implement variable interpolation in text
Tokenizes a variable token between tag interpolation tokens if a #{variable} reference is found inside pipeless text. Result is equivalent to writing #[#{variable}]. This reverts and improves commit 859c80f.
- Loading branch information
1 parent
4740002
commit 6e3bcc1
Showing
2 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters