Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
DVM token creator. More...
Classes | |
class | ContextManager |
Context Manager. More... | |
class | Switcher |
Token Switcher. More... | |
class | Tokenizer |
DVM Token creator. More... | |
Variables | |
tuple | log = logging.getLogger(__name__) |
DVM token creator.
This module defines the more practical part of the instruction execution. It is responsible for generating new tokens for instructions. It's also responsible for managing the contexts and destinations of these tokens when the semantics of the instruction call for it.
tuple core.tokenizer.log = logging.getLogger(__name__) |