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(stdlib): Properly print Range values #2184

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

spotandjake
Copy link
Member

This pr corrects our printing for range values before we were printing <record value> and now we print { rangeStart: 1, rangeEnd: 2 }, I know we want to add the range syntax eventually but I think we should hold off on the range Syntax in the output until then.

Closes: #2183

@ospencer ospencer changed the title fix: Compiler properly print Range values fix(stdlib): Properly print Range values Oct 30, 2024
@ospencer ospencer added this pull request to the merge queue Oct 30, 2024
Merged via the queue into grain-lang:main with commit 11b1fc2 Oct 30, 2024
12 checks passed
@github-actions github-actions bot mentioned this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Range prints as <record value>
2 participants