Skip to content

WirelessCaveman/Shell_CSE501

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for ush parser. 

Vincent W. Freeh

Revision: $Id: README,v 1.1.1.1 2004/10/20 16:03:56 vin Exp $
=====================

This a parser for a csh-like syntax.  It is to be used for the ush
shell project.

There are five files:

 . README	this file
 . Makefile	
 . main.c	driver program that reads and prints commands
 . parse.c	define parsing function and other support functions
 . parse.h

To use in your program, you must include parse.h and call the function
parse(), which return a Pipe data structure.  (See main.c)  The Pipe
contains all the information in a line of input to a shell.


About

Create a Shell programm that accepts some basic commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published