Open tingwei628 opened 3 years ago
"Unmatched *)" "EOF in string constant" "Unterminated string constant" e.g . "{xxxx}\n" "String contains escaped null character." e.g . "{xxxx}\"" "String contains null character" e.g . "{xxxx}\0" "String constant too long"
https://github.com/jmoyers/cool-lexer/blob/master/cool.flex
"Unmatched *)" "EOF in string constant" "Unterminated string constant" e.g . "{xxxx}\n" "String contains escaped null character." e.g . "{xxxx}\"" "String contains null character" e.g . "{xxxx}\0" "String constant too long"