Jelajahi Sumber

move StdLibrarian to System and suggest new interface, make compiler respect converter and add experimental support in librarian for .cp

Ivan Denisov 2 tahun lalu
induk
melakukan
1838d03a20
23 mengubah file dengan 11 tambahan dan 0 penghapusan
  1. TEMPAT SAMPAH
      Check/Mod/Librarian.odc
  2. 11 0
      Check/Mod/LibrarianCpTest.cp
  3. TEMPAT SAMPAH
      Deb/Mod/Append.odc
  4. TEMPAT SAMPAH
      Dev/Mod/CPM.odc
  5. TEMPAT SAMPAH
      Dev/Mod/Cmds.odc
  6. TEMPAT SAMPAH
      Dev/Mod/Compiler.odc
  7. TEMPAT SAMPAH
      Dev/Mod/Debug.odc
  8. TEMPAT SAMPAH
      Dev/Mod/Dependencies.odc
  9. TEMPAT SAMPAH
      Dev/Mod/Inspector.odc
  10. TEMPAT SAMPAH
      Dev/Mod/Linker.odc
  11. TEMPAT SAMPAH
      Dev/Mod/LnkBase.odc
  12. TEMPAT SAMPAH
      Dev/Mod/Packer.odc
  13. TEMPAT SAMPAH
      Dev/Mod/References.odc
  14. TEMPAT SAMPAH
      Ole/Mod/Client.odc
  15. TEMPAT SAMPAH
      Std/Mod/Api.odc
  16. TEMPAT SAMPAH
      Std/Mod/Debug.odc
  17. TEMPAT SAMPAH
      Std/Mod/Dialog.odc
  18. TEMPAT SAMPAH
      Std/Mod/Documents.odc
  19. TEMPAT SAMPAH
      Std/Mod/FilesBrowser.odc
  20. TEMPAT SAMPAH
      Std/Mod/Librarian.odc
  21. TEMPAT SAMPAH
      System/Mod/Dialog.odc
  22. TEMPAT SAMPAH
      System/Mod/Librarian.odc
  23. TEMPAT SAMPAH
      Win/Mod/Dialog.odc

TEMPAT SAMPAH
Check/Mod/Librarian.odc


+ 11 - 0
Check/Mod/LibrarianCpTest.cp

@@ -0,0 +1,11 @@
+MODULE CheckLibrarianCpTest;
+
+	IMPORT StdLog;
+
+	PROCEDURE Do*;
+	BEGIN
+		StdLog.String("привет мир 123"); StdLog.Ln	(* write string and 0DX into log *)
+	END Do;
+
+END CheckLibrarianCpTest.
+

TEMPAT SAMPAH
Deb/Mod/Append.odc


TEMPAT SAMPAH
Dev/Mod/CPM.odc


TEMPAT SAMPAH
Dev/Mod/Cmds.odc


TEMPAT SAMPAH
Dev/Mod/Compiler.odc


TEMPAT SAMPAH
Dev/Mod/Debug.odc


TEMPAT SAMPAH
Dev/Mod/Dependencies.odc


TEMPAT SAMPAH
Dev/Mod/Inspector.odc


TEMPAT SAMPAH
Dev/Mod/Linker.odc


TEMPAT SAMPAH
Dev/Mod/LnkBase.odc


TEMPAT SAMPAH
Dev/Mod/Packer.odc


TEMPAT SAMPAH
Dev/Mod/References.odc


TEMPAT SAMPAH
Ole/Mod/Client.odc


TEMPAT SAMPAH
Std/Mod/Api.odc


TEMPAT SAMPAH
Std/Mod/Debug.odc


TEMPAT SAMPAH
Std/Mod/Dialog.odc


TEMPAT SAMPAH
Std/Mod/Documents.odc


TEMPAT SAMPAH
Std/Mod/FilesBrowser.odc


TEMPAT SAMPAH
Std/Mod/Librarian.odc


TEMPAT SAMPAH
System/Mod/Dialog.odc


TEMPAT SAMPAH
System/Mod/Librarian.odc


TEMPAT SAMPAH
Win/Mod/Dialog.odc