Quash Shell  0.1
A simple yet powerfull shell program
Classes | Typedefs
parsing_interface.h File Reference

Defines an interface between c and the parser. This file is also responsible for defining many of the structures used by the parser. More...

#include <stdbool.h>
#include "command.h"
#include "deque.h"
#include "quash.h"

Go to the source code of this file.

Classes

struct  Redirect
 Intermediate parsing structure used to determine the final configuration of the redirects in a command. More...
 

Typedefs

typedef struct Redirect Redirect
 Intermediate parsing structure used to determine the final configuration of the redirects in a command.
 

Detailed Description

Defines an interface between c and the parser. This file is also responsible for defining many of the structures used by the parser.