Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Shell: Move to Userland/Shell/ | Andreas Kling |
2020-12-29 | Shell: Add runtime errors and implement break/continue | AnotherTest |
2020-10-29 | Shell: Allow parts of globs to be named in match expressions | AnotherTest |
2020-10-25 | Shell: Add support for brace expansions | AnotherTest |
2020-10-14 | Shell: Use Node::kind() instead of Node::class_name() in formatter | AnotherTest |
2020-10-14 | Shell: Respect input sources' blank lines between sequences | AnotherTest |
2020-10-14 | Shell: Put a space after the match pattern expression when formatting | AnotherTest |
2020-10-04 | Shell: Move everything to the Shell namespace | AnotherTest |
2020-09-26 | Shell: Add a (very basic) formatter | AnotherTest |