Lexer now rejects strange chars in integer literals
This commit is contained in:
@@ -62,8 +62,6 @@ func (parser *ParsingOperation) parseFuncSection () (
|
||||
"this function has nothing in it",
|
||||
infoerr.ErrorKindWarn).Print()
|
||||
}
|
||||
|
||||
// TODO: if function is empty, warn.
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user