summaryrefslogtreecommitdiff
path: root/Shell/Formatter.cpp
AgeCommit message (Expand)Author
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2020-12-29Shell: Add runtime errors and implement break/continueAnotherTest
2020-10-29Shell: Allow parts of globs to be named in match expressionsAnotherTest
2020-10-25Shell: Add support for brace expansionsAnotherTest
2020-10-14Shell: Use Node::kind() instead of Node::class_name() in formatterAnotherTest
2020-10-14Shell: Respect input sources' blank lines between sequencesAnotherTest
2020-10-14Shell: Put a space after the match pattern expression when formattingAnotherTest
2020-10-04Shell: Move everything to the Shell namespaceAnotherTest
2020-09-26Shell: Add a (very basic) formatterAnotherTest