StefanoMunari/FAC

Aggiungere a livello sintattico il controllo che i blocchi di if ed else non siano vuoti

Closed this issue · 2 comments

Aggiungere a livello sintattico il controllo che i blocchi di if ed else non siano vuoti

Maybe it is better to do it in the type checker. Waiting for a feedback :)

Fail-fast principle. This implies to check the IF "structure" in lexer using the lookahead operator. Very simple.