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

Keywords Now() and Today() missing from the grammar #80

Open
swan-verily opened this issue Apr 13, 2023 · 0 comments
Open

Keywords Now() and Today() missing from the grammar #80

swan-verily opened this issue Apr 13, 2023 · 0 comments

Comments

@swan-verily
Copy link

Issue/Question

Now(), Today() and TimeOfDay are supported operators in CQL: https://cql.hl7.org/02-authorsguide.html, but they are not included in the Antlr4 grammar.

IIUC, Antlr4 listners can only listen for the defined keywords in the grammar. In this case, how does a CQL implementation parse and evaluate an expression like Now() + 7 days?

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