ladybird/Userland/Shell
2023-02-21 00:54:04 +01:00
..
Tests Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
AST.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
AST.h Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Builtin.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
CMakeLists.txt Shell: Start implementing a POSIX-compliant parser 2023-02-13 23:00:15 +03:30
Execution.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Formatter.cpp Shell: Start implementing a POSIX-compliant parser 2023-02-13 23:00:15 +03:30
Formatter.h Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Forward.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
ImmediateFunctions.cpp Shell: Start implementing a POSIX-compliant parser 2023-02-13 23:00:15 +03:30
Job.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Job.h Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
main.cpp Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flag 2023-02-13 23:00:15 +03:30
NodeVisitor.cpp Shell: Add support for regex match patterns 2022-04-18 19:53:10 +04:30
NodeVisitor.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
Parser.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Parser.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PosixLexer.cpp Shell: Allow underscores in normal expansion names 2023-02-18 06:55:46 +03:30
PosixLexer.h Shell: Add support for heredocs to the POSIX parser 2023-02-18 06:55:46 +03:30
PosixParser.cpp Shell: Correct the out-of-bounds expansion bailing condition 2023-02-18 06:55:46 +03:30
PosixParser.h Shell: Add support for heredocs to the POSIX parser 2023-02-18 06:55:46 +03:30
Shell.cpp Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
Shell.h Shell: Fix (and paper over) various const-correctness issues 2023-02-21 00:54:04 +01:00
SyntaxHighlighter.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00