FSACharConst ============ The FSA for scanning a C character constant. Upon finish, we can retrive a token of character. A character constant can either be represented by * '[char]' or * L'[char]' The character inside the quotes is read by FSAChar. Note that if the inner character is a single quote, it needs to be escaped.