Skip to content

Commit

Permalink
Add property_body_def to _convert_statement and pass (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
plink-plonk-will authored Mar 19, 2024
1 parent 5597ac7 commit afb1f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdtoolkit/gd2py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def _convert_statement(statement: Tree, context: Context) -> List[str]:
"func_def": _convert_func_def,
"enum_stmt": _pass, # TODO: implement
"classname_stmt": _pass,
"property_body_def": _pass,
"classname_extends_stmt": _pass,
"signal_stmt": _pass,
"const_stmt": lambda s, c: [
Expand Down

0 comments on commit afb1f25

Please sign in to comment.