Personal tools

Files

Skeleton Files to help you.

File Makefile
Makefile
File cmd.h
A header file you'll find convenient.
File command-int.c
A skeleton for building a command interpreter. You should not have to change this very much (if at all).
File gen-commands.py
A python script that takes a list of command names and generates a skeleton file (you'll need to fill in the function bodies) that will, compiled with "command-int.c" produce a command interpreter.
Page What to do....
A description of the assignment.
Document Actions