Changeset 490

Show
Ignore:
Timestamp:
12/26/07 20:41:32 (1 year ago)
Author:
athomas
Message:

cly: More developer guide updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/doc/developers-guide.rst

    r489 r490  
    512512      print "One:", self.name 
    513513 
    514     def two(self): 
    515       print "Two:", self.name 
    516  
    517514  grammar = Grammar( 
    518515    one=Node('One')( 
     
    532529 
    533530  One: a 
    534   Two: b 
     531  One: b 
    535532 
    536533.. _API documentation: http://swapoff.org/cly/docs