Age | Commit message (Expand) | Author |
---|---|---|
2020-12-29 | Shell: Add runtime errors and implement break/continue | AnotherTest |
2020-10-25 | Shell: Add support for brace expansions | AnotherTest |
2020-10-04 | Shell: Move everything to the Shell namespace | AnotherTest |
2020-09-26 | Shell: Add a (very basic) formatter | AnotherTest |
2020-09-09 | Shell: Fix job control and backgrounding | AnotherTest |
2020-08-15 | Shell: Allow redirections and pipes on builtins | AnotherTest |
2020-08-12 | Shell: Moves pipelined processes to one process group | AnotherTest |
2020-07-05 | Shell: Show descriptions about syntax errors | AnotherTest |
2020-07-05 | Shell: Switch to a new parser and AST | AnotherTest |