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

Support negative literals when generating YAML #565

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Support negative literals when generating YAML #565

merged 1 commit into from
Apr 9, 2024

Conversation

lunaris
Copy link
Contributor

@lunaris lunaris commented Apr 9, 2024

This commit adds support for generating YAML that contains negative literals, which are a special case of unary applications of the negate operator to numbers. Fixes #564.

@lunaris lunaris requested a review from a team April 9, 2024 11:10
This commit adds support for generating YAML that contains negative
literals, which are a special case of unary applications of the negate
operator to numbers. Fixes #564.
@lunaris lunaris merged commit 953c9ec into main Apr 9, 2024
5 checks passed
@lunaris lunaris deleted the wjones/564 branch April 9, 2024 11:30
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.

Failing translation of -1 as UnaryOpExpression
2 participants