oursh icon indicating copy to clipboard operation
oursh copied to clipboard

Quote syntax

Open nixpulvis opened this issue 6 years ago • 2 comments

We should correctly parse echo "hello world", and echo 'hello world'. The specifics of WORD expansion isn't required, and will come with #27.

nixpulvis avatar Oct 16 '18 19:10 nixpulvis

Section 2.2 of the POSIX Reference covers these details.

nixpulvis avatar Oct 23 '18 16:10 nixpulvis

The very basic quote support was added on master, escapes, error cases, and variables still need to be considered.

nixpulvis avatar Oct 23 '18 16:10 nixpulvis