Skip to content

Dev to Main#222

Merged
mcfriend99 merged 20 commits intomainfrom
dev
Aug 29, 2025
Merged

Dev to Main#222
mcfriend99 merged 20 commits intomainfrom
dev

Conversation

@mcfriend99
Copy link
Member

Closes #220.

mcfriend99 and others added 20 commits May 10, 2025 15:59
Raise server exception when encountering errors, if no error listeners are set
Now interpolation strings include "${" and "}".

This change also removes duplicate tokens/nodes. "Hello ${World}" would
result in "Hello ${World} World}".
Before the case conditions weren't being grouped correctly. Now a case
can also have multiple conditions.
ast: Fix `UsingStmt` and `InterpolationExpr`
…method-for-concatenating-strings

Fix broken list option type in args module
@mcfriend99 mcfriend99 merged commit 8f12fed into main Aug 29, 2025
6 of 8 checks passed
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.

args.LIST calls incorrect method for concatenating strings

2 participants