ladybird/Userland/Shell
Ali Mohammad Pur a6d77162f4 Shell: Correctly keep track of special parameter length
We were previously treating special expansions (e.g. $#) as zero-length
expansions, which made the shell repeat them literally after expanding
them.
2023-02-18 06:55:46 +03:30
..
Tests Everywhere: Use /bin/Shell as the shebang for Shell scripts 2023-02-13 23:00:15 +03:30
AST.cpp Shell: Allow the heredoc node to act as a redirection too 2023-02-18 06:55:46 +03:30
AST.h Shell: Allow the heredoc node to act as a redirection too 2023-02-18 06:55:46 +03:30
Builtin.cpp Shell: Add a '--posix' mode to the 'dump' builtin 2023-02-18 06:55:46 +03:30
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: Start implementing a POSIX-compliant parser 2023-02-13 23:00:15 +03:30
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 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Job.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +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: Correctly keep track of special parameter length 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: Add support for heredocs to the POSIX parser 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: Allow the heredoc node to act as a redirection too 2023-02-18 06:55:46 +03:30
Shell.h Shell: Allow the heredoc node to act as a redirection too 2023-02-18 06:55:46 +03:30
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