Small docs

- Added new one to work on soon
This commit is contained in:
Tristan B. Velloza Kildaire 2024-03-31 23:28:42 +02:00
parent 7215d2399a
commit 0ffacf2b45
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 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.