tlang/small_doc_parser_modules.md

393 B

Imports and modules

Most aspects of the parser are concerned with entities that are only ever created within the parser itself. There is however, one case where this is not true. This is when dealing with import statements.

For such a feature such as module importing to work we need to have a way to manage what modules need be imported given a set of already in-progress modules.