mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
extras/moose/moose.m:
Emit an import of the string module since the generated code
contains calls to string.format.
Omit the import of std_util from the generated code as that is
no longer required.
extras/moose/samples/cgram.moo:
We no longer need to import the string module here.
extras/moose/tests/array_based.moo:
Syntax and formatting cleanup
alpha.moo: A small expression grammar + lexer. expr.moo: A larger expression grammar + lexer. cgram.moo: A grammar for C, which includes an action. However there is no lexer provided. small.moo: A grammar for a small C like language.