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

연쇄 비교 표현식 #8

Open
kiwiyou opened this issue Nov 1, 2023 · 0 comments
Open

연쇄 비교 표현식 #8

kiwiyou opened this issue Nov 1, 2023 · 0 comments

Comments

@kiwiyou
Copy link
Contributor

kiwiyou commented Nov 1, 2023

a < b && b < c와 등치인 식 a < b < c 꼴을 구현합니다.

각 항의 값을 캐싱해야 하므로 식의 타이핑이 필요합니다.

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

No branches or pull requests

1 participant