commit | 6654422407a4f27bd4e931951c8d54388a63f6e3 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 08 14:49:02 1997 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 08 14:49:02 1997 +0000 |
tree | 071c5b9f318074f19c5040be98132fb245a7500e | |
parent | 622f73f1889fbed3b2a3f9639fc46665cde5534a [diff] |
Generate class, property and comparison code (finally!). The resulting code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work if all the classes and properties are declared in the same suite, but at least font(Paragraph(3, Window(1))) always works.