Noeud « Next »: , Noeud « Previous »: src/ast, Noeud « Up »: Project Layout



3.2.7 The src/parse Directory

Namespace parse. Delivered during T1.

— File: scantiger.ll (src/parse/)

The scanner.

— File: parsetiger.yy (src/parse/)

The parser.

— File: position.hh (src/ast/)

Keeping track of a point (cursor) in a file.

— File: location.hh (src/ast/)

Keeping track of a range (two cursors) in a (or two) file.

— File: libparse.hh (src/ast/)

which prototypes what tc.cc needs to know about the module parse.