ladybird/Shell
Linus Groh b11c7ad2ba Shell: Properly handle parser syntax errors
In the case of a syntax error the shell parser prints an error message
to stderr and returns an empty Vector<Command> - in that case we
shouldn't try to determine whether or not we can continue parsing but
abort immediately - is_complete() expects that *something* was parsed
successfully.

Fixes #2251.
2020-05-16 20:57:33 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +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: Properly handle parser syntax errors 2020-05-16 20:57:33 +02:00
Parser.cpp Shell: Parse comments 2020-05-10 10:23:05 +02:00
Parser.h Shell: Parse comments 2020-05-10 10:23:05 +02:00