mhorod / cacophony

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

Add tests for findNullable, findFirst, findFollow #51

Closed km1chno closed 2 weeks ago

km1chno commented 3 weeks ago

This task requires to design manually several cases to cover most/all possibilities, manually find correct nullable, first and follow and test if findNullable, findFirst, findFollow calculate the same thing.

[!IMPORTANT] This is a really mundane task, so usage of AI for boilerplate is recommended.

mhorod commented 2 weeks ago

tests for findNullable merged (#63, #64)

mhorod commented 2 weeks ago

tests for findFirst merged (#67, #66)