Noeud « Next »: , Noeud « Previous »: T0 Samples, Noeud « Up »: T0



4.2.3 T0 Code to Write

You must write:

scantiger.ll
The scanner.
parsetiger.yy
The parser, and maybe main if you wish.
tc.cc
Optionally, you may write your driver, i.e., main, in this file. Putting it into parsetiger.yy is OK in T0.
Makefile
This file is mandatory. Running make must build an executable tc.

The requirements on the tarball are the same as usual, see Tarballs.