summaryrefslogtreecommitdiff
path: root/Shell/Parser.cpp
AgeCommit message (Expand)Author
2020-05-10Shell: Parse commentsAnotherTest
2020-05-10Shell: Include some metadata in parsed tokens and ask for continuationAnotherTest
2020-04-30Shell: Correctly parse quoted filenames in redirectionAnotherTest
2020-01-25Shell: Allow empty tokens if enclosed in single or double quotesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-05Shell: Redirectiong from multiple-digit fdsKarol Baraniecki
2019-12-05Shell: Implement specifying fds in file redirectionKarol Baraniecki
2019-09-14Shell: Add POSIX-compliant character escapingAaron Malpas
2019-09-01Shell: Support semicolons for separating commandsConrad Pankoff
2019-06-07Shell: Run clang-format on everything.Andreas Kling
2019-06-04Shell: Separate fd rewirings from redirections.Andreas Kling
2019-05-26Shell: Add append operator (>>)Robin Burchell
2019-05-07Shell: Move the Shell to a separate directory and let's call it "Shell" :^)Andreas Kling