hawkw / decaf

like Java, but less so
hawkweisman.me/decaf
Other
18 stars 4 forks source link

Add detection for undeclared identifiers #28

Closed hawkw closed 10 years ago

hawkw commented 10 years ago

From Dr. Jumadinova's handout:

*** No declaration for function ‘Binky’ found

Used to report undeclared identifiers (classes, interfaces, functions, variables).

hawkw commented 10 years ago

This is like #27 but moreso.

hawkw commented 10 years ago

See bf54143

ArcticLight commented 10 years ago

Need to add functions as well as vars and classes and I think we're good?

ArcticLight commented 10 years ago

Close on accident.

hawkw commented 10 years ago

This was definitely finished, I think somewhere around 482e0ca?