I want to know what is the 'terminology name' of the character that designates a start of a literal in a lexing process.
For example:
- a string starts and ends with an " character.
- a regular expression literal - with an / character.
I want to know what is the 'terminology name' of the character that designates a start of a literal in a lexing process.
For example:
I've always called them delimiters. That's as close as a "terminology name" as I can think of.