b-frechette / C-S20

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

Clarify ID Possibility #7

Closed b-frechette closed 4 years ago

b-frechette commented 4 years ago

In the grammar the toke ID is listed as: ID = letter letdig*. According to the grammar a letter is [a-z|A-Z|]. This would mean a valid ID in the C- language would be .

Is this something that is actually valid or a mistake?

b-frechette commented 4 years ago

Validated with Heckendorn on 01/28 at office hours. This is a valid thing that is laid out in the grammar and is not a typo. No further action needed.