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 (Experiemental)
|
|
|
|
|
|
|
|
For some configuration file formats we need a way to specify a particular
|
|
|
|
organiztion for a given configuration structure. Some options here could be
|
|
|
|
|
|
|
|
* A Functional Transform (i.e. xslt, or css transforms)
|
|
|
|
* A Templating language
|
|
|
|
|
|
|
|
# Minor Fixes and Polish
|
|
|
|
|
|
|
|
* Full selector support. (i.e. expressions in the selector parts)
|
|
|
|
* JSON export
|
|
|
|
* YAML export
|
2017-11-26 13:06:45 -06:00
|
|
|
* Error Reporting with Line, Column, and File information.
|
|
|
|
* All enums should use the tuple wrapping a concrete type pattern.
|