oursh
oursh copied to clipboard
Quote syntax
We should correctly parse echo "hello world"
, and echo 'hello world'
. The specifics of WORD expansion isn't required, and will come with #27.
Section 2.2 of the POSIX Reference covers these details.
The very basic quote support was added on master, escapes, error cases, and variables still need to be considered.