[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.5.2 The mosmlyac parser generator

To have `foo.sml' and `foo.sig' generated automatically from `foo.grm' using the parser generator mosmlyac, add the flag %MOSMLYAC to the `Dependencies' line for foo.

You must also make sure that the $(MOSMLYAC) variable is defined somewhere in the `Makefile' to unfold to the command used to run mosmlyac.

foo will be compiled in structure mode (because that's what mosmlyac generates; see section 2.3 Structure mode) and according to the "native" model (see section 2.2.2 The "native" model).

`foo-sig.sml' will be ignored even if it exists.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Henning Makholm on November, 19 2002 using texi2html