Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Variables
disc Namespace Reference

DISc Main file. More...

Variables

tuple argParser = argparse.ArgumentParser(description = "The DIS Compiler")
 
tuple args = argParser.parse_args()
 

Detailed Description

DISc Main file.

This module contains the entry point for DISc. It contains the UI code, as well as the command line parser and exit handling.

In short it bundles all the components of DVM together and it allows the user to interact with these components.

Variable Documentation

tuple disc.argParser = argparse.ArgumentParser(description = "The DIS Compiler")
tuple disc.args = argParser.parse_args()