You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to generate AST in part18 using genastdot.py, but it raised AttributeError: 'ProcedureDecl' object has no attribute 'params'.
This can be fixed by altering self.formal_params on self.params in ProcedureDecl class.
The text was updated successfully, but these errors were encountered:
I've tried to generate AST in part18 using
genastdot.py
, but it raisedAttributeError: 'ProcedureDecl' object has no attribute 'params'
.This can be fixed by altering
self.formal_params
onself.params
inProcedureDecl
class.The text was updated successfully, but these errors were encountered: