issues
search
wichtounet
/
eddic
Compiler of the EDDI programming language
MIT License
33
stars
4
forks
source link
Add warning if a statement without effect is used
#20
Closed
wichtounet
closed
11 years ago
wichtounet
commented
11 years ago
2 + 2;
=> Warning: Statement without effect
2 + 2;
=> Warning: Statement without effect