| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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] | [ ? ] |