8000 CST: Handle AstExprGroup by JohnnyMorganz · Pull Request #204 · luau-lang/lute · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CST: Handle AstExprGroup #204

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

Merged
merged 3 commits into from
Apr 25, 2025
Merged

CST: Handle AstExprGroup #204

merged 3 commits into from
Apr 25, 2025

Conversation

JohnnyMorganz
Copy link
Collaborator

This PR adds support for serializing an AstExprGroup, which is fairly simple. It contains both the open and close parentheses, and then the internal expression which is serialized separately.

Enough to parse the writeFile test case
@JohnnyMorganz JohnnyMorganz force-pushed the johnny/cst/functions branch 2 times, most recently from 06ae545 to b0cd7d3 Compare April 24, 2025 18:15
@JohnnyMorganz JohnnyMorganz changed the base branch from johnny/cst/functions to johnny/cst/if-stmt April 24, 2025 18:17
Base automatically changed from johnny/cst/if-stmt to primary April 24, 2025 23:37
@aatxe aatxe enabled auto-merge (squash) April 25, 2025 00:17
@aatxe aatxe merged commit b709305 into primary Apr 25, 2025
6 checks passed
@aatxe aatxe deleted the johnny/cst/group branch April 25, 2025 00:21
green-real pushed a commit to green-real/lute that referenced this pull request May 19, 2025
This PR adds support for serializing an AstExprGroup, which is fairly
simple. It contains both the open and close parentheses, and then the
internal expression which is serialized separately.

---------

Co-authored-by: ariel <aweiss@hey.com>
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.

2 participants
0