Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-18 | Fix unexpected 'unterminated double-quoted sequence' script error | Karen Arutyunov | 1 | -7/+4 | |
2021-05-28 | Recognize quoting of first character in token | Boris Kolpackov | 1 | -2/+2 | |
Use this to relax the pattern inclusion/exclusion syntax to only require unquoted +/-. | |||||
2020-06-10 | Handle special variable names in base lexer via mode data | Boris Kolpackov | 1 | -1/+1 | |
2020-05-27 | Add support for value subscript after expansions | Boris Kolpackov | 1 | -3/+2 | |
Value subscript is only recognized in evaluation contexts (due to ambiguity with wildcard patterns; consider: $x[123].txt) and should be unseparated from the previous token. For example: x = ($y[1]) x = (($f ? $y : $z)[1]) x = ($identity($y)[$z]) | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+431 | |