EECS665
Compiler Construction
Drew Davidson
Andrew Riachi
Koyel Pramanick
Lecture: LEEP2 2300
M/W/F 3:00 PM - 3:50 PM
Home
Schedule
Resources
Assignments
Tests
Check-in 3
If you attend class on 8/30, you will have a chance to do this assignment in-class for the C
3
grade
Write a Flex rule for Fortran real literals, defined as:
An optional sign (+ or -)
One of the following:
An integer
One or more digits followed by a ‘.’ followed by 0 or more digits
a ‘.’ followed by one or more digits