summaryrefslogtreecommitdiff
path: root/Userland/Shell/NodeVisitor.cpp
AgeCommit message (Expand)Author
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Shell: Add support for indexing into variablesAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-15Shell: Add (basic) support for history event designatorsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling