mhorod / cacophony

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

Make basic test framework for examples #43

Closed mhorod closed 3 weeks ago

mhorod commented 3 weeks ago

Resolves #42

mhorod commented 3 weeks ago

There are few depenedncies on other here like FileInput and Lexer itself, so we should imo we can merge this one at the end when we have the whole process configured

Giselus commented 3 weeks ago

I guess there will be few more things to fix, but we'll get back to it after other things are merged.

mhorod commented 3 weeks ago

I'm not a fan of current solution. We should have more precise error, not only information if it occurs or not.

Yeah, I agree, although we didn't really discuss error handling. We should get back to this when lexer gets implemented