ucg/TODO.md
Jeremy Wall 5fba06d71f Add json as an output type.
* Uses serde_json
* Doesn't handle macro values very well.
* Handles maps and lists just fine.
* doesn't pretty print the values though.
2018-02-04 16:08:30 -06:00

543 B

Major Planned Features

Query Language (Experimental)

You should be able to ask the compiler to tell you any value or set of values in the compiled configuration.

Translation Language (Experimental)

For some configuration file formats we need a way to specify a particular organiztion for a given configuration structure. Some options here could be

  • Simple data export (json)
  • A Functional Transform similar to xslt or css transforms.
  • A Templating language
  • Annotations.

Minor Fixes and Polish

  • JSON export
  • YAML export