AZHenley / knox

A toy programming language written in Go that compiles to C.
MIT License
96 stars 7 forks source link

Recursively type check containers #182

Closed AZHenley closed 4 years ago

AZHenley commented 4 years ago

Comparing a.fullName to b.fullName is no longer enough. [int] and [INT_LITERAL] will fail.