PyLogo


ListTokenizer

This is just a cache of previously tokenized expressions. So that [a block] can be treated like a stream of tokens. The tokens are taken from l .


Methods

f __init__(self, l) ...

f push_context(self, context) ...

f pop_context(self) ...

f peek(self) ...

f next(self) ...

See the source for more information.