Quash Shell  0.1
A simple yet powerfull shell program
parsing Directory Reference

Files

file  memory_pool.h [code]
 An 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().
 
file  parsing_interface.h [code]
 Defines an interface between c and the parser. This file is also responsible for defining many of the structures used by the parser.