Quash Shell  0.1
A simple yet powerfull shell program
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  parsing
 memory_pool.hAn abstraction of malloc that allows for all allocations in the pool to be free'd with a single call to destroy_memory_pool(). Allocations to the memory pool should NOT be manually free'd with a call to free()
 parsing_interface.hDefines an interface between c and the parser. This file is also responsible for defining many of the structures used by the parser
 command.cImplements functions used to generate and manage commands
 command.hCommand structures and functions for defining and managing commands
 debug.hThis file holds useful macros for debugging purposes
 deque.hDouble ended queue generators specialized to any given type
 execute.cImplements interface functions between Quash and the environment and functions that interpret an execute commands
 execute.hFunctions for interpreting and running commands
 quash.c
 quash.h