identity generator progress
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user