You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: