Implementation of a virtual machine for the Python Programming Language. More...
#include "VirtualMachine.h"#include "../../Defines.h"#include "../../core/encoding/CharEncoding.h"#include "../../core/filesystem/FileSystem.h"#include "../../core/logger/Logger.h"#include "../../core/translator/Translator.h"#include "../../core/utils/Platform.h"#include "../core/Exception.h"#include <QThread>Go to the source code of this file.
Implementation of a virtual machine for the Python Programming Language.
Definition in file python/VirtualMachine.cpp.