ladybird/Userland/Shell
david072 0e1bd54896 Shell/PosixParser: Correctly parse the OR_IF token
This fixes an unfortunate typo where we would parse the OR_IF token as
an AST::And node. Now, it is parsed into an AST::Or node :^).
2023-11-20 22:02:30 +03:30
..
Tests
AST.cpp Shell: Accept null heredocs in POSIX mode 2023-11-18 16:50:01 +03:30
AST.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Builtin.cpp Shell: Improve error propagation 2023-11-14 20:08:27 +03:30
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp Shell: Expand for loop's iterated expr before iterating over it 2023-11-18 16:50:01 +03:30
Job.cpp
Job.h
main.cpp
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
Parser.h Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
PosixLexer.cpp Shell: Avoid infinite loop when parsing heredoc entry in POSIX mode 2023-11-08 15:04:08 +03:30
PosixLexer.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
PosixParser.cpp Shell/PosixParser: Correctly parse the OR_IF token 2023-11-20 22:02:30 +03:30
PosixParser.h Shell: Add support for the bashy list literals in POSIX mode 2023-10-07 22:16:35 +03:30
Shell.cpp Shell: Escape program-provided completions unless they're marked as code 2023-11-17 11:02:02 +03:30
Shell.h Shell: Improve error propagation 2023-11-14 20:08:27 +03:30
SyntaxHighlighter.cpp
SyntaxHighlighter.h