Split generator into separate source files.
authorRichard Jones <rjones@redhat.com>
Sat, 11 Sep 2010 08:25:12 +0000 (09:25 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 11 Sep 2010 11:04:44 +0000 (12:04 +0100)
'src/generator.ml' is no more.  Instead the generator is logically
split up over many different source files.

Read generator/README for help and tips.

We compile the generator down to bytecode, not native code.  This
means it will run more slowly, but is done for maximum portability.


No differences found