Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Add support for parsing submodules in Starlark modulemap parser #27

Open
cgrindel opened this issue Jul 30, 2021 · 0 comments
Open

Add support for parsing submodules in Starlark modulemap parser #27

cgrindel opened this issue Jul 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cgrindel
Copy link
Owner

Starlark does not support recursive function calls. Need to refactor the parser to not require recursive calls.

module MyModule {
    module SubModule {
      header "SubModule.h"
      export *
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant