Skip to content

Commit

Permalink
WIP: Alternative Translation method using table-driven approach
Browse files Browse the repository at this point in the history
Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Oct 8, 2024
1 parent 6d28965 commit 15c3a7d
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 0 deletions.
1 change: 1 addition & 0 deletions ifex/model/ifex_ast_construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def ifex_ast_to_dict(node, debug_context="") -> OrderedDict:
# Optional, otherwise the type-checking constructor would have caught the
# error.

#print(f"node is: {node}\n")
for f in fields(node):
item = getattr(node, f.name)
if not is_empty(item):
Expand Down
Empty file added other/franca/__init__.py
Empty file.
1 change: 1 addition & 0 deletions other/franca/pyfranca
Submodule pyfranca added at e847ef
Loading

0 comments on commit 15c3a7d

Please sign in to comment.