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

Boolean constants aren't parsed correctly #247

Open
zchenyu opened this issue Aug 8, 2023 · 2 comments
Open

Boolean constants aren't parsed correctly #247

zchenyu opened this issue Aug 8, 2023 · 2 comments
Labels

Comments

@zchenyu
Copy link

zchenyu commented Aug 8, 2023

Parsing a filter like: foo = true yields:

check call expr: undeclared identifier 'true'
@zchenyu
Copy link
Author

zchenyu commented Aug 8, 2023

One workaround is to declare idents named "true" and "false" and transpile them into "TRUE" and "FALSE"

Copy link

This issue has been open for 365 days with no activity. Marking as stale.

@github-actions github-actions bot added the Stale label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant