Zoltan Somogyi 79d81d09d8 Fix bugs and nits pointed out by shellcheck.
scripts/mgnuc.in:
    Delete the unused variables AS, AS_OPTS, HLD_OPTS and ARG_OPTS.
    The first two are hstorical relics, HLD_OPTS lost its raison d'etre
    when we deleted the hl grades; I don't know what we used ARG_OPTS for.

    Make the unused variable CFLAGS_FOR_ANSI used.

    Fix a spelling inconsistency: DEBUG_OPT vs DEBUG_OPTS.

scripts/ml.in:
    Delete the unused variables NONSHARED_LIB_DIR and DL_LIBRARY.

scripts/parse_grade_options.sh-subr:
    Fix typos that prevented an almost-never-used option from working.

scripts/parse_ml_options.sh-subr.in:
    Fix a quoting error.

tools/bootcheck:
    Comment out the definition of an unused variable. (Its parallel
    exists and is used in c2init.in, which is why it is not deleted.)

    Fix typos in spelling SSDB_LIB_NAME.

    Quote a variable value that may contain spaces.

    Replace "cat file | cmd" with "cmd < file".
2020-05-29 21:18:08 +10:00
2020-04-13 05:54:56 +10:00
2020-05-28 17:23:19 +10:00
2019-10-24 11:41:14 +11:00
2019-01-02 12:30:56 +00:00
2016-09-22 15:28:22 +10:00
2020-03-06 09:20:36 +11:00
2018-03-01 17:52:38 +11:00
2020-01-22 13:13:18 +11:00
2020-01-22 13:13:18 +11:00
2020-05-28 09:33:18 +10:00
2019-01-02 12:30:56 +00:00
2019-12-30 22:41:25 +11:00
2020-01-01 16:19:51 +11:00
2020-04-14 21:26:30 +10:00
2020-04-13 05:54:09 +10:00
2020-04-18 14:48:55 +10:00
2020-05-26 23:12:39 +10:00
2019-01-06 11:49:45 +11:00
2020-01-22 13:13:18 +11:00
2020-01-22 13:13:18 +11:00
2020-05-07 21:48:11 +10:00
2019-01-02 12:30:56 +00:00
2020-01-24 17:40:22 +11:00
2020-03-08 23:26:28 +11:00
2018-03-01 17:52:38 +11:00
2020-04-21 12:12:03 +10: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%