b-frechette / C-S20

University of Idaho CS 445 compiler for the C- (Version S20) language.
2 stars 0 forks source link

Working parser.y File #2

Closed b-frechette closed 4 years ago

b-frechette commented 4 years ago

Working Bison parser that accepts the stream of legal tokens from the scanner. This will be a simple grammar and not the C- grammar. It will recognized the C- tokens and have a basic communication between the flex and bison files.

b-frechette commented 4 years ago

Working parser.y file that allows for complete matching to the test output acheived!