identity generator progress

This commit is contained in:
Sascha Kühl
2026-02-11 16:01:44 +01:00
parent 881e93e0f6
commit 4c63322024
20 changed files with 68 additions and 69 deletions
+4
View File
@@ -175,6 +175,10 @@ const std::string &dialect::from() const {
return token_at(dialect_token::From);
}
const std::string &dialect::identity() const {
return token_at(dialect_token::Identity);
}
const std::string &dialect::in() const {
return token_at(dialect_token::In);
}