MAINT: Fix up some TODO documentation.

This commit is contained in:
Jeremy Wall 2019-03-26 08:29:01 -04:00
parent d13c79729c
commit 561b277b24

View File

@ -1,6 +1,5 @@
# Documentation TODO # Documentation TODO
* Recursive Modules
* Schema Checking With Modules * Schema Checking With Modules
# Major Planned Features # Major Planned Features
@ -8,14 +7,13 @@
## Standard Library ## Standard Library
* String processing * String processing
* Schema checking.
## Query Language (Experimental) ## Query Language (Experimental)
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.
Inspect is probably the correct location for this. Eval is probably the correct location for this.
# Minor Fixes and Polish # Minor Fixes and Polish