CSCI 330 Lab Sample Solutions
- Lab 1: the directory includes a sample lab1fun.cl and 8 test files
(daveTest0.cl through daveTest7.cl),
one each for unit tests on load, countdiffs, charInsert, ...., gather
plus a set of test inputs for daveTest7.cl (gather)
(I split them into 8 files, but could easily be linked into one big file
of consecutive tests.)
- Lab 2: lab2a/b _fun.cl and _test.cl
- Lab 3: lab3fun.cl, lab3unit.cl, and lab3test.cl
- Lab 4: lab4.lex, lab4.yacc
- Lab 5: lab5.lex, lab5.yacc
CSCI 330 Quiz Sample Solutions