From 0ffacf2b45534154d281a4cd66739763a3711b52 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 31 Mar 2024 23:28:42 +0200 Subject: [PATCH] Small docs - Added new one to work on soon --- small_doc_parser_modules.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 small_doc_parser_modules.md diff --git a/small_doc_parser_modules.md b/small_doc_parser_modules.md new file mode 100644 index 0000000..2c8de70 --- /dev/null +++ b/small_doc_parser_modules.md @@ -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. \ No newline at end of file