Skip to content

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

Description

@tapaswenipathak

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions