Ed Davis

Joined 31 August 2022
no edit summary
No edit summary
No edit summary
Line 110:
* the column number where the token starts, followed by:
* the token name.
* If the token name is one of Integer, Ident or String, the actual value of the same should follow.
actual value of the same should follow.
 
;Test Cases
Line 179 ⟶ 178:
The following error conditions should be caught:
 
* Empty character constant. Example: ''''
* Unknown escape sequence. Example: '\r'
* Multi-character constant. Example: 'xx'
Line 192 ⟶ 191:
 
;Implementations
 
__TOC__
 
=={{header|C}}==
155

edits