MysoreScript
Functions
main.cc File Reference
#include <iostream>
#include <ctype.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/resource.h>
#include <time.h>
#include <unistd.h>
#include <gc.h>
#include <readline.h>
#include "parser.hh"
#include "interpreter.hh"
Include dependency graph for main.cc:

Go to the source code of this file.

Functions

void usage (const char *cmd)
 Print the usage message. More...
 
int main (int argc, char **argv)
 

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 68 of file main.cc.

Here is the call graph for this function:

§ usage()

void usage ( const char *  cmd)

Print the usage message.

Definition at line 57 of file main.cc.

Here is the caller graph for this function: