index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
/
Parser.h
Age
Commit message (
Expand
)
Author
2021-05-19
Shell: Avoid moving AK::Function instances while inside them
Ali Mohammad Pur
2021-05-10
Shell: Parse '\t' in doublequoted strings as a tab character
Ali Mohammad Pur
2021-05-10
Shell: Add support for \uhhhhhhhh escapes in strings
Ali Mohammad Pur
2021-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-03-07
Shell: Do not parse history events in scripts
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-15
Shell: Add (basic) support for history event designators
AnotherTest
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling