File:  [gforth] / gforth / vmgen-ex2 / README
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jul 30 20:55:11 2002 UTC (21 years, 8 months ago) by anton
Branches: MAIN
CVS tags: HEAD
profiling now turns off superinstructions in vmgen-ex*

This directory contains a working example for using vmgen.  It's a
small Modula-2-like programming language.

You can build the example by first installing Gforth and then saying,
in this directory:

make

Ignore the warnings.  You can check that it works with

make check

You can run mini programs like this:

./mini fib.mini

To learn about the options, type

./mini -h

More information can be found in the vmgen documentation.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>