ucg/TODO.md

23 lines
634 B
Markdown
Raw Normal View History

2017-11-26 12:24:05 -05:00
# 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)
2017-11-26 12:24:05 -05:00
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.
2017-11-26 12:24:05 -05:00
* A Templating language
* Annotations.
2017-11-26 12:24:05 -05:00
# Minor Fixes and Polish
* Allow trailing commas
* Flags should allow different seperators for prefixed flags.
* None value types
* YAML export