ttowncompiled / compilers

A series of projects for my senior level compilers class.
0 stars 0 forks source link

Syntactic Parser #11

Open ttowncompiled opened 8 years ago

ttowncompiled commented 8 years ago

Parses each of the tokens produced through lexical analysis. Should follow the massaged grammar to build each of the leftmost-derivations. Should catch all syntactic errors. Uses panic mode for error recovery.

ttowncompiled commented 8 years ago

The Sync sets consist of $ and follows.