Comp 380 - Compilers
Instructor : Brian Shelburne 329A Science x7862
Class Times : MWF 11:30 - 12:30
Test : Compiler Construction - Principles and Practice; Kenneth
C. Louden
Links
-
K. Louden's Home Page
: This gives access to C code listings in Appendices B & C.
-
download loucomp.zip which contain C
code for the TINY compiler and TM machine. The zip file contain executable
versions of tiny.exe (the TINY language compiler) and tm.exe (the TM machine)
which can be run in an MS-DOS window. Both accept an inline argument which
is the file name of the source code (tiny.exe) or tm assembler language
(tm.exe) files. MetroWerks CodeWarrior C will correctly compile versions
of both.
-
The Lex and Yacc Page :
Return
to HomePage