Loose collection of things I want to consider doing before hitting 1.0: - [ ] #77 - [x] #18 - [ ] #19 - [ ] #20 - [ ] #21 - [ ] #22 - [ ] #23 - [x] #25 - [x] #27 - [ ] #29 - [x] #53 - [x] #57 - [ ] #54
Loose collection of things I want to consider doing before hitting 1.0:
%and{%}in string interpolations, requiring that a literal%is always escaped. Both syntaxes will be supported, because the latter would be required when building a pattern containing the stem of another pattern. #18...in run statements #19shellexpressions with a fallback value. #20glob-regex,match-regex,split-regex,filter-regex,discard-regex, etc. #21/.../. Need integration with some regex parser, e.g. a reliable way to find the end of the regex before passing it to theregexcrate. #22match <expr> { ... }in addition to<expr> | match { ... }#23