| Trees | Indices | Help |
|---|
|
|
| Variables | |
INT = 0x01
|
|
REAL = 0x02
|
|
STR = 0x04
|
|
NIL = 0x08
|
|
CONS = 0x10
|
|
APPL = 0x20
|
|
LIT = INT | REAL | STR
|
|
LIST = NIL | CONS
|
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 4 01:33:48 2007 | http://epydoc.sourceforge.net |