MCPcopy
hub / github.com/fluentpython/example-code-2e / lispy.py

File lispy.py

18-with-match/lispy/original/lispy.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1################ Scheme Interpreter in Python
2
3## (c) Peter Norvig, 2010; See http://norvig.com/lispy2.html
4

Callers

nothing calls this directly

Calls 6

SymbolClass · 0.85
add_globalsFunction · 0.85
EnvClass · 0.85
evalFunction · 0.70
parseFunction · 0.70
replFunction · 0.70

Tested by

no test coverage detected