ucg/TODO.md

33 lines
661 B
Markdown
Raw Normal View History

2019-01-19 13:14:51 -06:00
# Documentation TODO
* Schema Checking With Modules
2017-11-26 12:24:05 -05:00
# Major Planned Features
2019-01-19 13:14:51 -06:00
## Standard Library
* String processing
2018-03-15 19:09:16 -05:00
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.
2019-03-26 08:29:01 -04:00
Eval is probably the correct location for this.
2017-11-26 12:24:05 -05:00
# Minor Fixes and Polish
2018-08-14 16:21:38 -05:00
* Compiler caching (interface has been defined)
* Streaming Parsing?
2018-03-24 08:58:16 -05:00
* Casting between types?
* Better error messages.
* Flags should allow different seperators for prefixed flags.
* HCL export
# Release Checklist
* Cargo test
* Cargo fmt
* Update Cargo.toml version.
* Tag git commit with version tag.
* Cargo publish