mentat/tools/cli/src/mentat_cli
Richard Newman 3dc68bcd38 Combine NamespacedKeyword and Keyword. (#689) r=nalexander
* Make properties on NamespacedKeyword/NamespacedSymbol private

* Use only a single String for NamespacedKeyword/NamespacedSymbol

* Review comments.

* Remove unsafe code in namespaced_name.

Benchmarking shows approximately zero change.

* Allow the types of ns and name to differ when constructing a NamespacedName.

* Make symbol namespaces optional.

* Normalize names of keyword/symbol constructors.

This will make the subsequent refactor much less painful.

* Use expect not unwrap.

* Merge Keyword and NamespacedKeyword.
2018-05-11 09:52:17 -07:00
..
command_parser.rs CLI improvements (#577) r=grisha 2018-03-05 12:52:20 -08:00
errors.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00
input.rs CLI improvements (#577) r=grisha 2018-03-05 12:52:20 -08:00
lib.rs Post: Fix CLI bustage. 2018-05-01 16:10:06 -07:00
repl.rs Combine NamespacedKeyword and Keyword. (#689) r=nalexander 2018-05-11 09:52:17 -07:00