MAINT: TODO Updates.

This commit is contained in:
Jeremy Wall 2018-08-17 16:02:50 -05:00
parent deb593ad56
commit fc18c939af

19
TODO.md
View File

@ -9,24 +9,7 @@
You should be able to ask the compiler to tell you any value or set of values in the You should be able to ask the compiler to tell you any value or set of values in the
compiled configuration. compiled configuration.
## Translation Language (Experimental) ## Shape equality as a form of type assertion?
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)
* A Functional Transform similar to xslt or css transforms
* A Templating language
* DSL's
* Annotations
## 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.
# Minor Fixes and Polish # Minor Fixes and Polish