phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Need to tag scopes with module names in noisy-symbolTable.c #295

Open phillipstanleymarbell opened 6 years ago

phillipstanleymarbell commented 6 years ago

Need to tag scopes corresponding to modules with a name, so that when we want to lookup a module-qualified-name in symtab, we can use the "a" of "a->b" to lookup, and get the type structure of "b". See, e.g., comments at P_TYPENAME in m-lang C backend.

phillipstanleymarbell commented 6 years ago

Something similar will also be needed for Newton.