ladybird/Userland/Shell
AnotherTest 5b79d0d1a3 Shell: Allow newlines between else and if's closing brace
This is more flexible and intuitive. Fixes #4992.
2021-01-18 08:56:34 +01:00
..
Tests Shell: Allow newlines between else and if's closing brace 2021-01-18 08:56:34 +01:00
AST.cpp Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
AST.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Builtin.cpp Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
CMakeLists.txt Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Execution.h Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Formatter.cpp Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Formatter.h Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Forward.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Job.cpp Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Job.h Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
main.cpp Shell: return the exit code of a '-c' command execution 2021-01-16 09:05:01 +01:00
NodeVisitor.cpp Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
NodeVisitor.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Parser.cpp Shell: Allow newlines between else and if's closing brace 2021-01-18 08:56:34 +01:00
Parser.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Shell.cpp Shell: use exit code 127 on command not found 2021-01-16 09:05:01 +01:00
Shell.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00