Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: テンプレートリテラルに波括弧を含む式を埋め込められるように #845

Merged

Conversation

takejohn
Copy link
Contributor

@takejohn takejohn commented Nov 5, 2024

What

テンプレートリテラルに波括弧を含む式を埋め込むことができるようになります。
例えば次のようなコードがエラーにならなくなります。

<: `{if true {1} else {2}}`

Why

Resolve #843

Additional info (optional)

@takejohn takejohn changed the title テンプレートリテラルに波括弧を含む式を埋め込められるように fix: テンプレートリテラルに波括弧を含む式を埋め込められるように Nov 6, 2024
@takejohn takejohn merged commit d2f4965 into aiscript-dev:master Nov 8, 2024
4 checks passed
@takejohn takejohn deleted the fix/843_braces-in-template-expression branch November 8, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

テンプレート構文の式内に波括弧を使用できない
4 participants