skarger / compiler

1 stars 1 forks source link

Type calculus #1

Open alexraj123 opened 7 years ago

alexraj123 commented 7 years ago

Hi, I was browsing through your code for Compiler, it looks great. One thing I noticed though is the missing code for type calculus once the symbol table is created. Have you not done that?

Regards Alex

skarger commented 7 years ago

@alexraj123 Correct, I didn't get to the type handling. If you're taking the course I'd advise asking about it during office hours. I found that the most helpful for getting through the problem sets.