home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / graphtal / examples / template.lsy < prev    next >
Text File  |  1992-10-30  |  113b  |  11 lines

  1. lsystem name;
  2.  
  3. table tableName {
  4.   productions ...
  5. };
  6.  
  7. attributes {
  8.   axiom ... ;
  9.   derivation tableName( ) ;
  10. };
  11.