hawkw / decaf

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

Add detection for array subtypes & creation issues #32

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

From Dr. Jumadinova's handout

*** [ ] can only be applied to arrays
*** Array subscript must be an integer
*** Size for NewArray must be an integer

Used to report incorrectly formed array subscript expressions or improper use of the NewArray.

hawkw commented 9 years ago

Finished in 013994 and b8dcbc2