*** 1113,1122 **** --- 1113,1126 ---- type = FLOATING; } } + if (Character.isJavaIdentifierStart(ch0)) { + error(Lexer.message("missing.space.after.number"), type, position, 1); + } + // Add number token. add(type, start); } /**