ucg/TODO.md

40 lines
979 B
Markdown
Raw Normal View History

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.
## 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 (i.e. xml attribute or tag?).
Some options here could be:
* 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
## Built In testing as a part of the language
* A DSL for assertions.
* A DSL for identifying tests.
* A way to run tests only during validation stage.
2017-11-26 12:24:05 -05:00
# Minor Fixes and Polish
2018-05-28 08:31:34 -05:00
* Compiler caching?
* Strings as tuple fields?
2018-05-27 21:00:49 -05:00
* Streaming Parsing
2018-03-24 08:58:16 -05:00
* Casting between types?
* Better error messages.
* Flags should allow different seperators for prefixed flags.
2018-03-29 09:55:45 -05:00
* YAML export
* HCL export