DOCS: Updated todo list a little.

This commit is contained in:
Jeremy Wall 2019-01-19 13:14:51 -06:00
parent 1d6c850fd4
commit 1d2008c2da

17
TODO.md
View File

@ -1,6 +1,14 @@
# Documentation TODO
* Recursive Modules
* Schema Checking With Modules
# Major Planned Features # Major Planned Features
## Compile Errors as expression ## Standard Library
* String processing
* Schema checking.
## Query Language (Experimental) ## Query Language (Experimental)
@ -9,8 +17,6 @@ compiled configuration.
Inspect is probably the correct location for this. Inspect is probably the correct location for this.
## Shape equality as a form of type assertion?
# Minor Fixes and Polish # Minor Fixes and Polish
* Compiler caching (interface has been defined) * Compiler caching (interface has been defined)
@ -20,11 +26,6 @@ Inspect is probably the correct location for this.
* Flags should allow different seperators for prefixed flags. * Flags should allow different seperators for prefixed flags.
* HCL export * HCL export
# Documentation TODO
* Recursive Modules
* Schema Checking With Modules
# Release Checklist # Release Checklist
* Cargo test * Cargo test