1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Shell
AnotherTest a862c230b1 Shell: Include some metadata in parsed tokens and ask for continuation
This patchset adds some metadata to Parser::parse() which allows the
Shell to ask for the rest of a command, if it is not complete.
A command is considered complete if it has no trailing pipe, or
unterminated string.
2020-05-10 10:23:05 +02:00
..
GlobalState.h Kernel: Added the ability to set the hostname via new syscall 2020-04-26 12:59:09 +02:00
main.cpp Shell: Include some metadata in parsed tokens and ask for continuation 2020-05-10 10:23:05 +02:00
Makefile
Parser.cpp Shell: Include some metadata in parsed tokens and ask for continuation 2020-05-10 10:23:05 +02:00
Parser.h Shell: Include some metadata in parsed tokens and ask for continuation 2020-05-10 10:23:05 +02:00