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 Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
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 Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Execution.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Formatter.cpp Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Formatter.h Shell+LibCodeComprehension: Start replacing {Deprecated => }String 2023-02-28 15:52:24 +03:30
Forward.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
ImmediateFunctions.cpp Shell: Expand for loop's iterated expr before iterating over it 2023-11-18 16:50:01 +03:30
Job.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Job.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
main.cpp Shell: Prefer File::read_until_eof over DeprecatedFile::read_all 2023-05-19 21:36:37 +02:00
NodeVisitor.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
NodeVisitor.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
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 LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00