nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Quote syntax #28

Open nixpulvis opened 5 years ago

nixpulvis commented 5 years ago

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 commented 5 years ago

Section 2.2 of the POSIX Reference covers these details.

nixpulvis commented 5 years ago

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