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 Unary operators #81

Merged
merged 4 commits into from
Aug 22, 2024
Merged

Support Unary operators #81

merged 4 commits into from
Aug 22, 2024

Conversation

lemonadern
Copy link
Collaborator

close #53

概要

単項演算子をサポートする修正をおこないました

input:

select -10 as negative_value

output:

select
	-10	as	negative_value

@lemonadern lemonadern requested a review from tanzaku August 21, 2024 09:47
@lemonadern lemonadern self-assigned this Aug 21, 2024
@lemonadern lemonadern marked this pull request as ready for review August 21, 2024 10:09
@lemonadern lemonadern force-pushed the support-unary-operators branch from 820b43b to ed145a9 Compare August 22, 2024 00:47
@lemonadern lemonadern force-pushed the support-unary-operators branch from ed145a9 to d6fac4d Compare August 22, 2024 00:50
@lemonadern lemonadern force-pushed the support-unary-operators branch from 7e643b4 to 966376a Compare August 22, 2024 01:14
@lemonadern lemonadern requested a review from tanzaku August 22, 2024 01:18
@tanzaku tanzaku merged commit c794048 into main Aug 22, 2024
8 checks passed
@tanzaku tanzaku deleted the support-unary-operators branch August 22, 2024 02:29
@lemonadern lemonadern mentioned this pull request Nov 20, 2024
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.

Supports unary operators
2 participants