Fix improperly prompting about unused local in another modules, fix full recompile, Text editor: restructure

This commit is contained in:
Krzosa Karol
2024-06-09 12:04:38 +02:00
parent b08c7c9ce6
commit 39cb9cb4b4
22 changed files with 86 additions and 54 deletions

View File

@@ -6,9 +6,9 @@ bool text_editor() {
defer { LC_LangEnd(lang); };
LC_RegisterPackageDir("../pkgs");
LC_RegisterPackageDir("../examples");
LC_RegisterPackageDir("../examples/text_editor");
LC_Intern name = LC_ILit("text_editor");
LC_Intern name = LC_ILit("entry_point");
LC_ParseAndResolve(name);
if (L->errors) return false;