Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
DISc Main file. More...
Variables | |
tuple | argParser = argparse.ArgumentParser(description = "The DIS Compiler") |
tuple | args = argParser.parse_args() |
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.
tuple disc.argParser = argparse.ArgumentParser(description = "The DIS Compiler") |
tuple disc.args = argParser.parse_args() |