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

Manage complexity of the C frontend #174

Open
bmourad01 opened this issue Mar 8, 2022 · 0 comments
Open

Manage complexity of the C frontend #174

bmourad01 opened this issue Mar 8, 2022 · 0 comments

Comments

@bmourad01
Copy link
Contributor

As discussed in #167, the Patch_c module is quite extensive already. The main meat of it is a large chain of mutually recursive functions required for doing the bulk of the translation from FrontC to PatchC. It would be worth considering how to manage this complexity better. In particular, @ivg suggested a scheme where open recursion could be used, thereby allowing each related group of functions to be split into their own units/submodules.

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