Add pointer and field access nodes

This commit is contained in:
2025-01-08 23:23:27 +01:00
parent 2d61828903
commit cf4b6b7ccc
6 changed files with 242 additions and 44 deletions

View File

@@ -70,7 +70,9 @@ of {
type {
return yy::parser::make_TYPE(this->location);
}
record {
return yy::parser::make_RECORD(this->location);
}
true {
return yy::parser::make_BOOLEAN(true, this->location);
}