mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +00:00
Update documentation for Java grade.
Estimated hours taken: 0.2 Branches: main Update documentation for Java grade. README.Java: Add sub-modules to the list of unimplemented features. Rearrange `unimplemented' section of FAQ slightly to aid readability.
This commit is contained in:
17
README.Java
17
README.Java
@@ -114,17 +114,24 @@ A. When using a Java version earlier than 1.4, there are limitations on treating
|
||||
documentation for io.m in the standard library for more details.
|
||||
|
||||
|
||||
Q. What features are not yet implemented?
|
||||
Q. What features are not yet implemented for the Java back-end?
|
||||
|
||||
A. The following standard library modules are completely unimplemented:
|
||||
A. The following language features are not yet fully supported:
|
||||
|
||||
Type classes
|
||||
Sub-modules
|
||||
|
||||
The following implementation features are not supported:
|
||||
|
||||
Mercury-level debugging
|
||||
Mercury-level profiling
|
||||
|
||||
The following standard library modules are completely unimplemented:
|
||||
|
||||
construct
|
||||
deconstruct
|
||||
type_desc
|
||||
|
||||
Type classes are not yet fully supported, nor are Mercury-level debugging
|
||||
and profiling for the Java back-end.
|
||||
|
||||
In addition, the following individual procedures are incompletely
|
||||
implemented:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user