Jack Jansen | ebed751 | 1995-05-16 13:47:03 +0000 | [diff] [blame^] | 1 | This is release 1.1 of modulator, a generator of boilerplate code for |
Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame] | 2 | modules to be written in C. |
| 3 | |
Jack Jansen | ebed751 | 1995-05-16 13:47:03 +0000 | [diff] [blame^] | 4 | There is only one difference with release 1.0, really: the templates |
| 5 | now use "new-style" naming conventions. Many thanks to Chak Tan |
| 6 | <tan@ee.rochester.edu> for supplying them. |
| 7 | |
| 8 | Usage when you have tk is *really* simple: start modulator, fill out |
Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame] | 9 | the forms specifying all the objects and methods, tell modulator |
| 10 | whether objects should also be accessible as sequences, etc and press |
| 11 | 'generate code'. It will write a complete skeleton module for you. |
| 12 | |
| 13 | Usage when you don't have tk is slightly more difficult. Look at |
| 14 | EXAMPLE.py for some details. |
| 15 | |
| 16 | Oh yeah: you'll probably want to change Templates/copyright, or all |
| 17 | your code ends up as being copyrighted to CWI:-) |
| 18 | |
| 19 | Let me know what you think, |
| 20 | Jack Jansen, jack@cwi.nl |
| 21 | |