tingwei628 / cocp

[Stanford CS143] COOL compiler
MIT License
1 stars 0 forks source link

[Lexer] More checks #6

Open tingwei628 opened 3 years ago

tingwei628 commented 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"

tingwei628 commented 3 years ago

https://github.com/jmoyers/cool-lexer/blob/master/cool.flex