index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
/
Parser.h
Age
Commit message (
Expand
)
Author
2020-12-29
Shell: Add runtime errors and implement break/continue
AnotherTest
2020-11-30
Shell: Error out when an expression is nested too deep
AnotherTest
2020-10-29
Shell: Allow parts of globs to be named in match expressions
AnotherTest
2020-10-25
Shell: Add support for brace expansions
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-30
Shell: Track line numbers and the positions of some keywords
AnotherTest
2020-09-15
Shell: Add 'match' expressions
AnotherTest
2020-09-14
Shell: Add support for functions
AnotherTest
2020-09-09
Shell: Add the (now) free subshell support
AnotherTest
2020-09-09
Shell: Allow control structures to appear in pipe sequences
AnotherTest
2020-08-22
Shell: Add 'if' expressions
AnotherTest
2020-08-14
Shell: Start writing a man page
AnotherTest
2020-08-04
Shell: Use NonnullRefPtr to simplify some things in the parser/AST
Andreas Kling
2020-08-04
Shell: Add support for ARGV (and $*, $#)
AnotherTest
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-05
Shell: Allow a command sequence to be delimited by newlines
AnotherTest
2020-07-05
Shell: Allow commands in variables, and properly substitute them on use
AnotherTest
2020-07-05
Shell: Parse a pipe sequence inside $(...)
AnotherTest
2020-07-05
Shell: Expand Juxtaposition of lists to list products
AnotherTest
2020-07-05
Shell: Switch to a new parser and AST
AnotherTest
2020-06-08
Shell: Highlight redirections
AnotherTest
2020-05-30
Shell: Correctly complete paths in redirections
AnotherTest
2020-05-25
Shell: Parse and correctly evaluate 'command &' and 'command &&'
AnotherTest
2020-05-10
Shell: Parse comments
AnotherTest
2020-05-10
Shell: Include some metadata in parsed tokens and ask for continuation
AnotherTest
2020-04-30
Shell: Correctly parse quoted filenames in redirection
AnotherTest
2020-01-25
Shell: Allow empty tokens if enclosed in single or double quotes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-01
Shell: Support semicolons for separating commands
Conrad Pankoff
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-04
Shell: Separate fd rewirings from redirections.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
Shell: Add append operator (>>)
Robin Burchell
2019-05-07
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
Andreas Kling