Lexer now rejects strange chars in integer literals

This commit is contained in:
2022-09-02 01:37:33 -04:00
parent ac7074a819
commit ed44795664
3 changed files with 124 additions and 119 deletions

View File

@@ -62,8 +62,6 @@ func (parser *ParsingOperation) parseFuncSection () (
"this function has nothing in it",
infoerr.ErrorKindWarn).Print()
}
// TODO: if function is empty, warn.
return
}