mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 09:05:06 +01:00
lexer tokens
This commit is contained in:
parent
aa8f6a91b2
commit
2e5dfb24e2
3 changed files with 127 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ pub enum PToken<'src> {
|
|||
HeaderName(&'src str),
|
||||
Identifier(&'src str),
|
||||
PpNumber(&'src str),
|
||||
CharConstant,
|
||||
CharConstant(u8),
|
||||
StringLiteral(&'src str),
|
||||
Punctuator(Punctuator),
|
||||
OtherNonWs(u8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue