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

Implementation - Parse Makefile.am using an Abstract Syntax Tree #81

Open
tapaswenipathak opened this issue Jul 2, 2019 · 1 comment

Comments

@tapaswenipathak
Copy link
Member

When reading its input files automake doesn't clearly separate the parsing, semantic analysis, and code generation phase. This design with the separation of concerns and makes the code hard for testing. The objective of this project is writing a parser for Makefile.am files that generates an Abstract Syntax Tree (AST) that can be used independently of the Makefile.in files generation process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant