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