summaryrefslogtreecommitdiffstats
path: root/generator/README
Commit message (Collapse)AuthorAgeFilesLines
* Split generator into separate source files.Richard Jones2010-09-111-0/+34
'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.