Age | Commit message (Expand) | Author |
---|---|---|
2020-07-06 | Shell: Do not treat the ending newline as part of a comment | AnotherTest |
2020-07-05 | Shell: Initial support for 'option' completions | AnotherTest |
2020-07-05 | Shell: Add a 'setopt' builtin | AnotherTest |
2020-07-05 | Shell: Show descriptions about syntax errors | AnotherTest |
2020-07-05 | Shell: Mark And and Or nodes as execute nodes | AnotherTest |
2020-07-05 | Shell: Provide completions to Tilde and its Juxtaposition. | AnotherTest |
2020-07-05 | Shell: Allow commands in variables, and properly substitute them on use | AnotherTest |
2020-07-05 | Shell: Parse a pipe sequence inside $(...) | AnotherTest |
2020-07-05 | Shell: Expand Juxtaposition of lists to list products | AnotherTest |
2020-07-05 | Shell: Switch to a new parser and AST | AnotherTest |