| Home | Trees | Index | Help |
|---|
| Package tp :: Package client :: Package pyscheme |
|
Package to hold pyscheme together. We also keep a few utility functions in here.
| Submodules | |
|---|---|
| |
| Function Summary | |
|---|---|
Simple utility function to make an pyscheme.scheme.Interpreter. | |
Parses string 's' into list structure. | |
| Variable Summary | |
|---|---|
str |
__license__ = 'MIT License'
|
| Function Details |
|---|
make_interpreter()Simple utility function to make an pyscheme.scheme.Interpreter. Defaults to AnalyzingInterpreter for now. |
parse(s)Parses string 's' into list structure. |
| Variable Details |
|---|
__license__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 1 08:00:27 2010 | http://epydoc.sf.net |