mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Pass on values from lexer #14

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

Lexer currently only passes on id and strings. Make sure it passes on integers and reals as well

mnbujold commented 11 years ago

Done. Lexer passes integer and reals to yylval union for parsing.