Files
mercury/extras/moose/samples
Julien Fischer 6f57bd81e7 Fix an issue with moose.
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
2022-03-20 20:06:39 +11:00
..
2022-03-20 17:05:31 +11:00
2022-03-20 20:06:39 +11:00
2022-03-20 17:05:31 +11:00
2022-03-20 17:05:31 +11:00

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.