Added in structure for tree transformations.
This commit is contained in:
@@ -48,6 +48,8 @@ std::string ParseAction::actionToString(ActionType action) {
|
||||
case REJECT:
|
||||
return "reject";
|
||||
break;
|
||||
default:
|
||||
return "INVALID PARSE ACTION";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user