keriwarr / orangejoos

JOOS1W Compiler, written in Crystal
0 stars 1 forks source link

Implement DuplicateMethodVisitor #50

Closed keriwarr closed 6 years ago

keriwarr commented 6 years ago

A2 progress: 177 -> 192

What this doesn't do is handle any sort of nuance relating to the modifiers of methods, it just ignores that. This is because I don't understand the rules of how that should work, and this option causes more tests to pass :)