2017-11-26 12:24:05 -05:00
|
|
|
# Major Planned Features
|
|
|
|
|
2018-03-15 19:08:33 -05:00
|
|
|
## Boolean operations and type
|
2018-03-15 19:09:16 -05:00
|
|
|
|
|
|
|
* contains (for lists or strings)
|
|
|
|
|
2017-11-26 12:24:05 -05:00
|
|
|
## Query Language (Experimental)
|
|
|
|
|
|
|
|
You should be able to ask the compiler to tell you any value or set of values in the
|
|
|
|
compiled configuration.
|
|
|
|
|
2018-02-04 16:08:30 -06:00
|
|
|
## Translation Language (Experimental)
|
2017-11-26 12:24:05 -05:00
|
|
|
|
|
|
|
For some configuration file formats we need a way to specify a particular
|
2018-03-12 21:34:40 -05:00
|
|
|
organiztion for a given configuration structure (i.e. xml attribute or tag?).
|
|
|
|
|
|
|
|
Some options here could be:
|
2018-02-04 16:08:30 -06:00
|
|
|
|
|
|
|
* Simple data export (json)
|
2018-03-24 08:59:55 -05:00
|
|
|
* A Functional Transform similar to xslt or css transforms
|
2017-11-26 12:24:05 -05:00
|
|
|
* A Templating language
|
2018-03-24 08:59:55 -05:00
|
|
|
* DSL's
|
|
|
|
* Annotations
|
2017-11-26 12:24:05 -05:00
|
|
|
|
|
|
|
# Minor Fixes and Polish
|
|
|
|
|
2018-03-24 08:58:16 -05:00
|
|
|
* Casting between types?
|
2018-03-12 21:34:40 -05:00
|
|
|
* Better error messages.
|
|
|
|
* Allow trailing commas.
|
2018-03-06 19:39:10 -06:00
|
|
|
* Flags should allow different seperators for prefixed flags.
|
2017-11-29 19:07:36 -06:00
|
|
|
* YAML export
|