dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 15 forks source link

Need a utility to convert IR between json <--> edn #174

Open pmdoll opened 6 years ago

pmdoll commented 6 years ago

Currently, pamela compiler creates IR in both, json and edn format. However in json format, symbols and keywords becomes string which leads to ambiguity. We need a tool / function to address this ambiguity and convert IR in json format to edn format.