2
0
Эх сурвалжийг харах

* Refactory: remove current_module use from top-level parsing

Michaël Van Canneyt 1 жил өмнө
parent
commit
97f159e4b2
2 өөрчлөгдсөн 195 нэмэгдсэн , 193 устгасан
  1. 3 3
      compiler/parser.pas
  2. 192 190
      compiler/pmodules.pas

+ 3 - 3
compiler/parser.pas

@@ -406,15 +406,15 @@ implementation
              if (token=_UNIT) or (compile_level>1) then
                begin
                  current_module.is_unit:=true;
-                 finished:=proc_unit;
+                 finished:=proc_unit(current_module);
                end
              else if (token=_ID) and (idtoken=_PACKAGE) then
                begin
                  current_module.IsPackage:=true;
-                 proc_package;
+                 proc_package(current_module);
                end
              else
-               proc_program(token=_LIBRARY);
+               proc_program(current_module,token=_LIBRARY);
            except
              on ECompilerAbort do
                raise;

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 192 - 190
compiler/pmodules.pas


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно