Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote syntax #28

Open
nixpulvis opened this issue Oct 16, 2018 · 2 comments
Open

Quote syntax #28

nixpulvis opened this issue Oct 16, 2018 · 2 comments
Labels
L1: enhancement New feature or request T: expansion Topic: '$' and other expansion T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing T: lexer Topic: Text to token parser step
Milestone

Comments

@nixpulvis
Copy link
Owner

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 nixpulvis added L1: enhancement New feature or request T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing labels Oct 16, 2018
@nixpulvis nixpulvis added this to the POSIX milestone Oct 16, 2018
@nixpulvis
Copy link
Owner Author

Section 2.2 of the POSIX Reference covers these details.

@nixpulvis
Copy link
Owner Author

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

@nixpulvis nixpulvis added T: lexer Topic: Text to token parser step T: expansion Topic: '$' and other expansion labels Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1: enhancement New feature or request T: expansion Topic: '$' and other expansion T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing T: lexer Topic: Text to token parser step
Projects
None yet
Development

No branches or pull requests

1 participant