ladybird/Shell
Ben Wiederhake 782db88e82 Shell: Don't crash when autocompleting a non-bare word
For example, type 'Hello?' without the quotation marks but with the
question mark, and press TAB.

Previously, this would crash the Shell. Now, it merely refuses
to make any suggestions.

We could do better, but that is too hard for now.
2020-07-25 19:11:10 +02:00
..
Tests Shell: Add a test for loops 2020-07-16 16:01:10 +02:00
AST.cpp Shell: Don't crash when autocompleting a non-bare word 2020-07-25 19:11:10 +02:00
AST.h Shell: Mark ForLoop as would_execute 2020-07-17 23:18:15 +02:00
Builtin.cpp Shell: Explicitly declare 'environ' to make the macOS Lagom build happy 2020-07-15 00:09:01 +02:00
CMakeLists.txt Shell: Switch to a new parser and AST 2020-07-05 15:43:14 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Forward.h Shell: Show descriptions about syntax errors 2020-07-05 15:43:14 +02:00
Job.h Shell: Avoid waiting for jobs that were *just* unblocked 2020-07-13 19:48:45 +02:00
main.cpp Shell: Avoid waiting for jobs that were *just* unblocked 2020-07-13 19:48:45 +02:00
Parser.cpp Shell: Add a 'for' loop 2020-07-16 16:01:10 +02:00
Parser.h Shell: Add a 'for' loop 2020-07-16 16:01:10 +02:00
Shell.cpp Shell: Add a 'for' loop 2020-07-16 16:01:10 +02:00
Shell.h Shell: Add a 'for' loop 2020-07-16 16:01:10 +02:00