finish codeparser improvements
pip_cmg now works with new nested entities approach Getters now can access to bitfields
This commit is contained in:
@@ -126,3 +126,8 @@ PIString toCName(const PIString & s) {
|
||||
ret.replaceAll("__", "_");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
PICodeParser::Entity * findEntity(Runtime & rt, const PIString & type) {
|
||||
return rt.parser.findEntityByName(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user