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.cpp
Age
Commit message (
Expand
)
Author
2020-08-07
Shell: Make VariableDeclarations::Variable store NonnullRefPtrs
Andreas Kling
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-30
Shell: Fix parse mistake in '&&' not being recursive
AnotherTest
2020-07-27
Shell: Ignore leading semicolons
AnotherTest
2020-07-16
Shell: Add a 'for' loop
AnotherTest
2020-07-16
Shell: Parse lists serially, and flatten them only when needed
AnotherTest
2020-07-16
Shell: Remove '[' and ']' as special shell characters
Peter Elliott
2020-07-07
Shell: Skip creating a Join node when nothing was parsed
AnotherTest
2020-07-06
Shell: Do not treat the ending newline as part of a comment
AnotherTest
2020-07-05
Shell: Show descriptions about syntax errors
AnotherTest
2020-07-05
Shell: Allow a command sequence to be delimited by newlines
AnotherTest
2020-07-05
Shell: Mark And and Or nodes as execute nodes
AnotherTest
2020-07-05
Shell: Provide completions to Tilde and its Juxtaposition.
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-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-05
Shell: Redirectiong from multiple-digit fds
Karol Baraniecki
2019-12-05
Shell: Implement specifying fds in file redirection
Karol Baraniecki
2019-09-14
Shell: Add POSIX-compliant character escaping
Aaron Malpas
2019-09-01
Shell: Support semicolons for separating commands
Conrad Pankoff
2019-06-07
Shell: Run clang-format on everything.
Andreas Kling
2019-06-04
Shell: Separate fd rewirings from redirections.
Andreas Kling
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