Multiple translation unit support #68
Labels
area:compiler
Related to code compilation or type checking
kind:feature
New feature or request
status:help-wanted
Open for contributors
Currently, the compiler only supports a single translation unit as an input.
We should support multiple at once.
Some basic infrastructure (i.e. differentiation between
AssemblyContext
andTranslationUnitContext
) is already there, but there's more to go.The text was updated successfully, but these errors were encountered: