clinical_quality_language icon indicating copy to clipboard operation
clinical_quality_language copied to clipboard

CQL parser NullPointerException: library 'Bug'

Open pherk opened this issue 2 years ago • 1 comments

cql-to-elm: a library keyword followed by single quoted identifier (STRING) results in a NullPointerException

library 'Bug'

should give an error. maybe related to #726

pherk avatar Apr 05 '22 05:04 pherk

This should give a better error message, marking this as a bug for resolution. The 'Bug' is a string literal, not an identifier, so it is invalid syntax, but a NullPointerException is definitely not the right behavior.

brynrhodes avatar Apr 14 '22 19:04 brynrhodes