Peter Wang cd899271c6 Make string.append(out, out, in) work with ill-formed sequences.
library/string.m:
    Simplify string.append(out, out, in) and make it work sensibly in
    the presence of ill-formed code unit sequences, breaking the input
    string after each code point or code unit in an ill-formed sequence.

tests/hard_coded/Mmakefile:
tests/hard_coded/string_append_ooi_ilseq.exp:
tests/hard_coded/string_append_ooi_ilseq.exp2:
tests/hard_coded/string_append_ooi_ilseq.m:
    Add test case.
2019-10-24 12:31:29 +11:00
2019-01-07 16:02:38 +11:00
2019-10-23 05:04:41 +11:00
2019-09-29 13:29:37 +10:00
2019-06-10 13:30:51 +10:00
2019-10-24 11:41:14 +11:00
2019-01-02 12:30:56 +00:00
2018-03-01 17:52:38 +11:00
2019-10-21 13:02:54 +11:00
2019-01-02 12:30:56 +00:00
2018-10-09 05:27:36 +00:00
2019-06-10 13:30:49 +10:00
2019-01-06 11:49:45 +11:00
2016-09-28 11:10:33 +10:00
2019-01-02 12:30:56 +00:00
2019-01-07 16:02:38 +11:00
2018-03-01 17:52:38 +11:00

Mercury

Mercury is a logic/functional programming language which combines the clarity and the expressiveness of declarative programming with advanced static analysis and error detection features.

More information is available on the website's about pages, in other README files in the source code repository, and in the documentation.

README files

The Mercury compiler has a number of different backends and works on different operating systems. Specific information is contained in individual README files:

Other information

See the current release notes for the latest stable release. The history file is relevant if you want to find out more about the past development of Mercury. News lists any current or future enhancements (but this isn't always up-to-date). The limitations file lists a number of ways in which the Mercury implementation does not yet meet its goals.

Information for developers

If you are considering contributing to the Mercury project the website contains some documents that may be helpful. These include a document about contributions in general and specific information about contributing such as coding styles.

Contact

See our contact page.

Description
No description provided
Readme MIT 145 MiB
Languages
Mercury 85.4%
C 8.7%
Shell 1.4%
Makefile 1%
JavaScript 1%
Other 2%