Skip to content

Commit

Permalink
Move Franca and generic translator to input_filters in new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnar-mb committed Jan 7, 2025
1 parent c5b2063 commit 4609c73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
sys.path.append(os.path.join(mydir,p))

import models.ifex.ifex_ast as ifex
import other.franca.pyfranca.pyfranca as pyfranca
import other.franca.rule_translator as m2m
import input_filters.franca.pyfranca.pyfranca as pyfranca
import transformers.rule_translator as m2m
import pyfranca.ast as franca
import re

from models.ifex.ifex_ast_construction import add_constructors_to_ifex_ast_model, ifex_ast_as_yaml
from other.franca.rule_translator import Preparation, Constant, Unsupported
from transformers.rule_translator import Preparation, Constant, Unsupported

def translate_type_name(francaitem):
return translate_type(francaitem)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
sys.path.append(os.path.join(mydir,p))

import oyaml
import other.franca.pyfranca.pyfranca as pyfranca
import input_filters.franca.pyfranca.pyfranca as pyfranca
from collections import OrderedDict

def is_simple_type(t) -> bool:
Expand Down
Submodule pyfranca updated from 000000 to e847ef
File renamed without changes.

0 comments on commit 4609c73

Please sign in to comment.