mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +00:00
Estimated hours taken: 4 Branches: main Implement some library procedures for the Java back end. library/dir.m: Updated the imports so interface includes string and io, and altered style to that of one import per line. Defined the dir__stream foreign_type as an java.util.Iterator. Implemented the following procedures in Java: dir__directory_separator/0 can_implement_make_directory/0 dir__make_single_directory_2/5 dir__open_2/4 dir__close_2/5 dir__read_entry_2/6 java/runtime/VA_PseudoTypeInfo_Struct8.java: This new file is a workaround which allows dir.m to successfully compile in grade Java.