FHIR Chat · ELM pretty print · cql

Stream: cql

Topic: ELM pretty print


view this post on Zulip Georg Fette (Sep 25 2018 at 10:19):

Hello,
Is there a possibility to pretty print an ELM object tree ? I am currently doing some experiments with the cql-to-elm library and it is a bit difficult to use the debugger's variable console to look at the parse tree.

view this post on Zulip Bryn Rhodes (Sep 25 2018 at 17:42):

There is a cql-parsetree tool that will render the results of the Antlr parse. For the ELM, I just use an XML or JSON syntax-highlighting editor.


Last updated: Apr 12 2022 at 19:14 UTC