ARB
Classes | Typedefs | Functions
aisc.c File Reference
#include "aisc_interpreter.h"
#include <cctype>
#include <list>
#include <string>
Include dependency graph for aisc.c:

Go to the source code of this file.

Classes

struct  queued_line
 
class  PrintMaybe
 

Typedefs

typedef list< queued_linePrintQueue
 

Functions

charread_aisc_file (const char *path, const Location *loc)
 
int max (int i, int j)
 
int main (int argc, char **argv)
 

Typedef Documentation

typedef list<queued_line> PrintQueue

Definition at line 106 of file aisc.c.

Function Documentation

char* read_aisc_file ( const char path,
const Location loc 
)

Definition at line 22 of file aisc.c.

References buffer, NULp, print_error, and printf_error.

Referenced by Interpreter::launch().

int max ( int  i,
int  j 
)
inline

Definition at line 53 of file aisc.c.

Referenced by LineQueue::alignInto().

int main ( int  argc,
char **  argv 
)

Definition at line 359 of file aisc.c.

References EXIT_FAILURE, and Interpreter::launch().

Referenced by PTD_read_leafs_from_disk().