mhorod / cacophony

Repo for epic compiler project made for Compilers course on TCS, JU
7 stars 0 forks source link

Test find nullable #64

Closed mhorod closed 2 weeks ago

mhorod commented 2 weeks ago

The tests fail - this is deliberate, since it should be somehow merged with #63

mhorod commented 2 weeks ago

FindNullableTest.kt looks fine, I assume the rest of changes are from #61, next time you can set target branch to grammar-utils, it would be a bit clearer in review

You can merge once #61 and #63 is merged and tests are passing

I thought we could merge #61 first, then rebase this branch and then it will be clear what this PR actually changes

rebased