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

Use bashlex to tokenize input lines #48

Closed
nickdiego opened this issue Sep 1, 2018 · 1 comment
Closed

Use bashlex to tokenize input lines #48

nickdiego opened this issue Sep 1, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@nickdiego
Copy link
Owner

nickdiego commented Sep 1, 2018

Currently bashlex is only being used partially to preprocess the substitution commands (commonly used in autotools generated makefiles). This task is to refactor parsing code to use the bashlex to parse the command lines into a list of CommandNode/WordNode to better extract compilation commands even from complex shell constructions.

@nickdiego nickdiego created this issue from a note in Development Board (To do) Sep 1, 2018
@nickdiego nickdiego moved this from To do to In progress in Development Board Sep 1, 2018
@nickdiego nickdiego self-assigned this Sep 1, 2018
@nickdiego nickdiego added this to the v0.9.5 milestone Sep 1, 2018
@nickdiego
Copy link
Owner Author

Fixed in 52e07d8

Development Board automation moved this from In progress to Done Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant