add suffixed to Identifer and QualifiedIdentifier

This commit is contained in:
Luke Boswell 2024-03-26 14:17:48 +11:00
parent 0a3b9c34b3
commit 3c3e523b45
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
115 changed files with 1587 additions and 1085 deletions

View file

@ -17,10 +17,11 @@ SpaceBefore(
type_defs: [],
value_defs: [
Body(
@48-49 Identifier(
"x",
),
@52-53 Num(
@46-47 Identifier {
ident: "x",
suffixed: 0,
},
@50-51 Num(
"5",
),
),