Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame^] | 1 | This is release 1.0 of modulator, a generator of boilerplate code for |
| 2 | modules to be written in C. |
| 3 | |
| 4 | Usage when you have tk is *reall* simple: start modulator, fill out |
| 5 | the forms specifying all the objects and methods, tell modulator |
| 6 | whether objects should also be accessible as sequences, etc and press |
| 7 | 'generate code'. It will write a complete skeleton module for you. |
| 8 | |
| 9 | Usage when you don't have tk is slightly more difficult. Look at |
| 10 | EXAMPLE.py for some details. |
| 11 | |
| 12 | Oh yeah: you'll probably want to change Templates/copyright, or all |
| 13 | your code ends up as being copyrighted to CWI:-) |
| 14 | |
| 15 | Let me know what you think, |
| 16 | Jack Jansen, jack@cwi.nl |
| 17 | |