broken genastdot.py since part 18
Opened this issue · 0 comments
SingularityUrBrain commented
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.