New extension: Quoting (Shell)

The next extension for the Shell challenge is now live: Quoting.

Quoting allows you to preserve whitespace and special characters in your shell commands.

Once you complete this extension, your shell implementation will be able to handle commands like:

echo "hello world"

cd 'My Documents'

echo "This is a backslash: \\"

echo 'This is a backslash: \'

Here’s the stage breakdown:

Please give this a try and let us know how it can be improved! @ryan-gang (author of this extension) and I will be available here to help out!