diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-25 16:13:03 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-25 16:13:03 -0400 |
commit | cc1b67c459c400d0865498ed00ddd4c09c4497b7 (patch) | |
tree | 5d8af606620df702c0a57e29cc57ab9d4c43efff /TODO | |
parent | 39aaba04246dae4ce5f6a2a2489294261582adf7 (diff) | |
download | spectrum-cc1b67c459c400d0865498ed00ddd4c09c4497b7.tar.gz spectrum-cc1b67c459c400d0865498ed00ddd4c09c4497b7.zip |
rust: refactor apply_action to accomodate define and set!
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ - rust: - - my own refactorings and comments - - symbols separate from identifiers - define/set! support (at the REPL?) + - refactor out lifetime specifiers - add file input support (eg, comments in parser, multi-line, tty detect) - multi-part lambdas - begin (?) |