Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split generator into separate source files. | Richard Jones | 2010-09-11 | 1 | -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. |