FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

Better antlr4 workaround #1325

Closed mint-thompson closed 1 year ago

mint-thompson commented 1 year ago

The first workaround #1323 for fixing up antlr4 did not behave correctly under a variety of circumstances, such as when antlr4 was not contained within SUSHI's node_modules directory, or on linux/mac systems. This workaround is more consistent, and should work regardless of OS or other installed packages.