#include "config.h"
#include "builder.h"
#include "parser.h"
#include "scanner.h"
#include "vm.h"
#include "vypIO.h"

Go to the source code of this file.
Functions | |
| void | printUsage (string path) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 44 of file vyp08.cc.
References BuilderFactory::createBuilder(), ScannerFactory::createScanner(), StreamDecorator::E_ERROR, StreamDecorator::E_NOTE, FncFactory::initVm(), Parser::parse(), printUsage(), and run().

| void printUsage | ( | string | path | ) |
1.5.4