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

Parsing normal redirections #12

Merged
merged 10 commits into from
Feb 25, 2021
Merged

Parsing normal redirections #12

merged 10 commits into from
Feb 25, 2021

Conversation

magicant
Copy link
Owner

@magicant magicant commented Feb 23, 2021

  • Define redirection syntax
  • Define errors that may happen in redirection parser
  • Parse redirection syntax
  • Refactor

@magicant magicant self-assigned this Feb 23, 2021
This commit extracts a function out of the common code.
This commit extracts the new function from Parser::redirection so that
RedirBody is parsed in a dedicate function.
This commit extracts the normal_redirection_body and
here_doc_redirection_body functions out of the redirection_body
function.
@magicant magicant marked this pull request as ready for review February 25, 2021 08:39
@magicant magicant merged commit a4389a2 into master Feb 25, 2021
@magicant magicant deleted the redir branch February 25, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant