Aggiungere a livello sintattico il controllo che i blocchi di if ed else non siano vuoti
Closed this issue · 2 comments
herrBez commented
Aggiungere a livello sintattico il controllo che i blocchi di if ed else non siano vuoti
herrBez commented
Maybe it is better to do it in the type checker. Waiting for a feedback :)
StefanoMunari commented
Fail-fast principle. This implies to check the IF "structure" in lexer using the lookahead operator. Very simple.