Contents
Home
UMKC Curriculum
FS '96
CS 101
SS '01
CS 201
FS '01
CS 191
CS 281
WS '02
CS 291
EN 304wi
SS '02
CS 352
CS 481
FS '02
CS 431
CS 441
WS '03
CS 423
CS 451
SICE Survival Guide
Personal Experience
contact me @umkc:
tehqnf@umkc.edu
|
CS441 - Homework #4
This
assignment is to produce a syntax graph and program the parser for
a given BNF description. This assignment was submitted in three
parts.
Homework4.doc - This MS Word document
shows the EBNF and syntax graph.
parser.c - The
source code for a simple parser for the EBNF description.
input.par - An
example input for the programmed parser.
|