alexschneider / teascript

5 stars 2 forks source link

Begin Semantic Analysis #81

Closed rachelriv closed 9 years ago

rachelriv commented 9 years ago

@juansc @alexschneider @whusted I started on the semantic analysis portion of the compiler. I've implemented the analysis and provided tests for the following:

 x := [1, 2, 3]
 x[0]

Please review carefully and let me know what you think :smile: I think that this should give us a good basis so you guys can hit the ground running with analyzing more difficult things (traits, for loops, member access, etc.) once we get back.

alexschneider commented 9 years ago

Nice job @rachelriv

LGTM