JPH0573333A - Function name converter - Google Patents

Function name converter

Info

Publication number
JPH0573333A
JPH0573333A JP3237705A JP23770591A JPH0573333A JP H0573333 A JPH0573333 A JP H0573333A JP 3237705 A JP3237705 A JP 3237705A JP 23770591 A JP23770591 A JP 23770591A JP H0573333 A JPH0573333 A JP H0573333A
Authority
JP
Japan
Prior art keywords
function name
name
function
programming language
conversion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP3237705A
Other languages
Japanese (ja)
Other versions
JP3190377B2 (en
Inventor
Yoshihiko Suzuki
芳彦 鈴木
Noriyuki Enomoto
典行 榎本
Ryota Suehiro
亮太 末廣
Nobuaki Tanaka
伸明 田中
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP23770591A priority Critical patent/JP3190377B2/en
Publication of JPH0573333A publication Critical patent/JPH0573333A/en
Application granted granted Critical
Publication of JP3190377B2 publication Critical patent/JP3190377B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To simplify the concatenation of programs by providing a function enabling an automatic conversion into the name of function permitting the concatenation by giving the name of compiler of the source program and the name of compiler of the target program on the function name converter concatenating programs to be compiled by compilers of many languages. CONSTITUTION:Based on a program language compiler name 13 read by a program language compiler name reading part 15, a function name conversion information retrieval part 17 obtains a function name conversion rule from a function name conversion information part 16. A function name conversion part 18 converts a function name 12 to be concatenated in a program source code 11 based on the function name conversion rule obtained by the function name conversion information retrieval part 17.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は複数のプログラミング言
語で記述された複数のプログラムを連結して、一つの実
行プログラムを生成する際に、異なる仕様を持つプログ
ラミング言語のコンパイラでコンパイルする各プログラ
ム間の連結を可能とするために関数名を変換する、関数
名変換装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of linking a plurality of programs written in a plurality of programming languages to generate one execution program. The present invention relates to a function name conversion device for converting a function name to enable the connection of.

【0002】[0002]

【従来の技術】従来、異なるプログラミング言語で記述
された複数のプログラムを連結して一つの実行プログラ
ムを作成する場合、一般に、ユーザは、各々のプログラ
ミング言語のコンパイラの仕様を意識して関数名を記述
しなければならなかった。これは、プログラミング言語
のコンパイラがプログラムをオブジェクトファイルにす
る際、関数名のアセンブラ言語への変換を、独自の仕様
に基づいて行うためである。このため、ユーザは、異な
ったプログラミング言語のコンパイラでコンパイルされ
たプログラムと連結するプログラムを記述する際に、記
述しているプログラミング言語のコンパイラによって変
換されている関数名が、連結するプログラムのプログラ
ミング言語のコンパイラによって変換された関数名と一
致するように、関数名を記述しなければならなかった。
2. Description of the Related Art Conventionally, when a plurality of programs written in different programming languages are concatenated to create one execution program, a user generally assigns a function name in consideration of the specifications of a compiler of each programming language. Had to describe. This is because, when the programming language compiler converts the program into an object file, the function name is converted into the assembler language based on its own specifications. Therefore, when a user writes a program to be linked with a program compiled by a compiler of a different programming language, the function name converted by the compiler of the programming language in which the program is written is the programming language of the program to be linked. I had to write the function name so that it would match the function name converted by my compiler.

【0003】このため、一部のプログラミング言語のコ
ンパイラには、オプションとして、目的のプログラミン
グ言語に連結できるように関数名を自動的に変換するも
のがある。これは、コンパイラ内部に関数名変換装置を
持ち、オプション指定された際に、プログラムソースコ
ード中の関数名を関数名変換装置を用いて変換を施して
いる。
For this reason, some programming language compilers have the option of automatically converting function names so that they can be linked to the desired programming language. This has a function name conversion device inside the compiler and, when an option is specified, converts the function name in the program source code using the function name conversion device.

【0004】以下、図8を参照しながら、従来の関数名
変換装置について説明する。図8は従来の関数名変換装
置のブロック図である。図8において、81は関数名変
換を施すプログラムソースコード、82はプログラムソ
ースコード中で異なるプログラミング言語と連結する関
数名、83はプログラムソースコード81から連結する
関数名82を抽出する関数名抽出部、84は関数名変換
処理をする関数名変換部、85は関数名変換部84によ
り変換された関数名を含むプログラムソースコードであ
る。
A conventional function name conversion device will be described below with reference to FIG. FIG. 8 is a block diagram of a conventional function name conversion device. In FIG. 8, 81 is a program source code for performing function name conversion, 82 is a function name linked to a different programming language in the program source code, and 83 is a function name extraction unit for extracting the linked function name 82 from the program source code 81. , 84 is a function name conversion unit for performing a function name conversion process, and 85 is a program source code including the function name converted by the function name conversion unit 84.

【0005】以上のように構成された関数名変換装置に
おいて、まず、関数名抽出部83は、連結する関数名8
2を基にプログラムソースコード81中の連結する関数
名を抽出し、関数名変換部84は関数名を変換し、変換
された関数名を置換して処理を終了する。
In the function name conversion device configured as described above, first, the function name extraction unit 83 makes the function name 8 to be linked.
Based on 2, the function name to be linked in the program source code 81 is extracted, the function name conversion unit 84 converts the function name, replaces the converted function name, and ends the process.

【0006】[0006]

【発明が解決しようとする課題】しかしながら上記の従
来の構成では、関数名変換の方法は固定的で既存の多く
のプログラミング言語のコンパイラに対応できず、対象
とするプログラミング言語のコンパイラも特定のものに
限られてしまう。したがって、上記のプログラミング言
語が対象としないプログラミング言語でプログラムを記
述する場合、ユーザは、それぞれのプログラミング言語
のコンパイラの仕様に関する知識と、異種プログラミン
グ言語間を連結するための知識を有していなければなら
ない。また、関数名の変換を行う場合には、ユーザが意
識しながら関数名を変換して記述しても、変換を間違え
る可能性があり、正しく連結が行われないという課題を
有していた。
However, in the above-mentioned conventional configuration, the function name conversion method is fixed and cannot be applied to many existing compilers of programming languages, and the compiler of the target programming language is also specific. Will be limited to. Therefore, when writing a program in a programming language that is not covered by the above programming languages, the user must have knowledge of the specifications of the compilers of the respective programming languages and knowledge for connecting different programming languages. I won't. Further, when converting the function name, even if the user converts the function name while describing it, there is a possibility that the conversion may be wrong and the connection may not be performed correctly.

【0007】本発明は上記従来技術の課題を解決するも
ので、プログラミング言語コンパイラの名称を入力する
ことで、ユーザが各プログラミング言語のコンパイラの
仕様を意識することなく、関数名を自動的に連結可能な
関数名に変換する機能を提供することを目的とする。
The present invention solves the above-mentioned problems of the prior art. By inputting the name of a programming language compiler, the function name is automatically linked without the user being aware of the specifications of the compiler of each programming language. The purpose is to provide the function to convert to possible function names.

【0008】[0008]

【課題を解決するための手段】この目的を達成するため
に本発明の関数名変換装置は、複数のプログラミング言
語コンパイラ間の関数名の変換情報を保持する関数名変
換情報保持手段と、指定されたプログラミング言語コン
パイラ名に基づき前記関数名変換情報保持手段から関数
名の変換情報を検索する関数名変換情報検索手段と、プ
ログラムソースコード中から指定された関数名を抽出
し、前記関数名変換情報検索手段の検索結果に基づき関
数名の変換を行う関数名変換手段とを備えた構成を有し
ている。
In order to achieve this object, a function name conversion device of the present invention is designated as function name conversion information holding means for holding function name conversion information between a plurality of programming language compilers. Function name conversion information retrieving means for retrieving the function name conversion information holding means from the function name conversion information holding means based on the programming language compiler name, and extracting the specified function name from the program source code to obtain the function name conversion information. And a function name conversion means for converting the function name based on the search result of the search means.

【0009】[0009]

【作用】本発明は上記構成により、関数名変換情報検索
手段が指定されたプログラミング言語コンパイラ名に基
づき複数のプログラミング言語コンパイラ間の関数名の
変換情報を保持する関数名変換情報保持手段から関数名
の変換情報を検索し、関数名変換手段がプログラムソー
スコード中から指定された関数名を抽出し、前記関数名
変換情報検索手段の検索結果に基づき関数名の変換を行
うことにより、ユーザが各プログラミング言語のコンパ
イラの仕様を意識することなくプログラムの連結をする
ことが可能になる。
According to the present invention, the function name conversion information holding means for holding function name conversion information among a plurality of programming language compilers based on the programming language compiler name for which the function name conversion information retrieval means is designated has the function name from the function name conversion information holding means. Of the specified function name from the program source code by the function name conversion means, and the function name conversion means converts the function name based on the search result of the function name conversion information search means. It is possible to connect programs without paying attention to the specifications of the programming language compiler.

【0010】[0010]

【実施例】以下、本発明の一実施例について、図面を参
照しながら説明する。図1は本発明の一実施例における
関数名変換装置のブロック図である。図1において、1
0は関数名変換装置、11は関数名変換を施すプログラ
ムソースコード、12はプログラムソースコード11中
で異なるプログラミング言語で記述されている連結する
関数名、13はプログラムソースコード11をコンパイ
ルするソースプログラミング言語コンパイラ名とこれと
連結するプログラムをコンパイルするターゲットプログ
ラミング言語コンパイラ名からなるプログラミング言語
コンパイラ名、14はプログラムソースコード11から
連結する関数名12を抽出する関数名抽出部、15はプ
ログラミング言語コンパイラ名13を読み込むプログラ
ミング言語コンパイラ名読み込み部、16は複数のプロ
グラミング言語コンパイラ名の組合せに関して(表1)
で示すような一般化した関数名変換ルール表現列を文字
で表わし格納する関数名変換情報部、17はプログラミ
ング言語コンパイラ名13を基に関数名変換情報部17
から関数名変換ルール表現列を検索する関数名変換情報
検索部、18は関数名変換情報検索部17が求めた関数
名変換ルール表現列を基に関数名変換処理をする関数名
変換部、19は関数名変換部18により変換された関数
名を含むプログラムソースコードである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of a function name conversion device according to an embodiment of the present invention. In FIG. 1, 1
Reference numeral 0 is a function name conversion device, 11 is a program source code for performing function name conversion, 12 is a function name to be linked in different programming languages in the program source code 11, and 13 is source programming for compiling the program source code 11. A programming language compiler name consisting of a language compiler name and a target programming language compiler name for compiling a program linked to it, 14 a function name extraction unit for extracting a function name 12 to be linked from the program source code 11, 15 a programming language compiler name A programming language compiler name reading unit for reading 13 and 16 for a combination of a plurality of programming language compiler names (Table 1)
The function name conversion information part 17 stores and represents the generalized function name conversion rule expression string in characters, and the function name conversion information part 17 is based on the programming language compiler name 13.
A function name conversion information retrieval unit for retrieving a function name conversion rule expression sequence from the function name conversion unit, and a function name conversion unit 18 for performing function name conversion processing based on the function name conversion rule expression sequence obtained by the function name conversion information retrieval unit 17. Is a program source code including the function name converted by the function name conversion unit 18.

【0011】[0011]

【表1】 [Table 1]

【0012】次に図2を参照して関数名変換情報部16
に保持される情報に付いて説明する。関数名変換情報部
16はソースプログラミング言語コンパイラ名とターゲ
ットプログラミング言語コンパイラ名との組合せに対応
した関数名変換ルール表現列を表として格納する。例え
ば、ソースプログラミング言語コンパイラ名がプログラ
ミング言語コンパイラ名1で、ターゲットプログラミン
グ言語コンパイラ名がプログラミング言語コンパイラ名
2である場合、図2で示した関数名変換情報部16の表
では、関数名変換ルール表現列としてac10bが格納
されている。
Next, referring to FIG. 2, the function name conversion information section 16
The information stored in is explained. The function name conversion information unit 16 stores a function name conversion rule expression string corresponding to a combination of the source programming language compiler name and the target programming language compiler name as a table. For example, when the source programming language compiler name is the programming language compiler name 1 and the target programming language compiler name is the programming language compiler name 2, the function name conversion information section 16 shown in FIG. Ac10b is stored as a column.

【0013】以上のように構成された関数名変換装置に
ついて、図3に示すフローチャートを用いてその動作を
説明する。まず、プログラミング言語コンパイラ名13
をプログラミング言語コンパイラ名読み込み部15が読
み込む。(図3ステップ31)読み込んだソースプログ
ラミング言語コンパイラ名とターゲットプログラミング
言語コンパイラ名13を基に、関数名変換情報検索部1
7が関数名変換情報部16から関数名変換ルール表現列
を求める(図3ステップ32)。関数名抽出部14は連
結する関数名12を基にプログラムソースコード11中
の連結する関数名を抽出する(図3ステップ33)。関
数名変換部18は、関数名変換情報検索部17が得た関
数名変換ルール表現列の最初から変換ルール表現を1文
字取り込む(図3ステップ34)。関数名変換部18
は、取り込んだ変換ルール表現を判断し(図3ステップ
35)、変換ルール表現に応じた処理である関数名変換
処理35a、関数名変換処理35b、または関数名変換
処理35cを行う。その後、関数名変換ルール表現列に
変換ルールがまだあるか判断し(図3ステップ36)、
ある場合は、ステップ34からステップ36までの処理
を繰り返す。変換ルールがない場合には変換された関数
名を置換する(図3ステップ37)。上記の処理をプロ
グラムソースコードに含まれる全ての関数名に対して行
う(図3ステップ38)。
The operation of the function name conversion device configured as described above will be described with reference to the flowchart shown in FIG. First, programming language compiler name 13
Is read by the programming language compiler name reading unit 15. (FIG. 3, step 31) Based on the read source programming language compiler name and target programming language compiler name 13, the function name conversion information retrieval unit 1
7 obtains the function name conversion rule expression string from the function name conversion information section 16 (step 32 in FIG. 3). The function name extraction unit 14 extracts the function name to be connected in the program source code 11 based on the function name 12 to be connected (step 33 in FIG. 3). The function name conversion unit 18 takes in one character of the conversion rule expression from the beginning of the function name conversion rule expression sequence obtained by the function name conversion information retrieval unit 17 (step 34 in FIG. 3). Function name conversion unit 18
Judges the captured conversion rule expression (step 35 in FIG. 3) and performs the function name conversion processing 35a, the function name conversion processing 35b, or the function name conversion processing 35c, which is processing according to the conversion rule expression. After that, it is determined whether there is a conversion rule in the function name conversion rule expression sequence (step 36 in FIG. 3),
If there is, the processing from step 34 to step 36 is repeated. If there is no conversion rule, the converted function name is replaced (step 37 in FIG. 3). The above processing is performed for all function names included in the program source code (step 38 in FIG. 3).

【0014】図4は、変換処理35aの方式を、詳しく
示したものである。関数名を1文字ずつ読み込み(図4
ステップ41)、小文字に変換する(図4ステップ4
2)。関数名の文字全てに対して、この変換処理を行う
(図4ステップ43)。
FIG. 4 shows in detail the method of the conversion processing 35a. Function name is read character by character (Fig. 4
Step 41), convert to lower case (step 4 in Figure 4)
2). This conversion processing is performed for all the characters of the function name (step 43 in FIG. 4).

【0015】図5は、変換処理35bの方式を、詳しく
示したものである。関数名を最後まで読み込み(図5ス
テップ51)、関数名の最後に、’_’を付け加える
(図5ステップ52)。
FIG. 5 shows the method of the conversion processing 35b in detail. The function name is read to the end (step 51 in FIG. 5), and “_” is added to the end of the function name (step 52 in FIG. 5).

【0016】図6は、変換処理35cの方式を、詳しく
示したものである。関数名を、ルールとともに指定され
た文字数だけ取り出す(図6ステップ61)。
FIG. 6 shows in detail the method of the conversion processing 35c. The function name is extracted with the number of characters designated together with the rule (step 61 in FIG. 6).

【0017】図7は、プログラムソースコード71と連
結する関数名73と、プログラミング言語コンパイラ名
74を入力としたときの関数名変換装置10の動作を示
した図である。
FIG. 7 is a diagram showing the operation of the function name conversion device 10 when the function name 73 connected to the program source code 71 and the programming language compiler name 74 are input.

【0018】関数名変換装置10は、プログラミング言
語コンパイラ名74を基に、変換ルール表現列ac10
bを得る。関数名変換部18は変換処理35aを行い、
連結する関数名PROCESS_NAMEを、proc
ess_nameに変換する。つぎに関数名変換部18
は変換処理35cを行い、関数名をprocess_n
aに変換する。最後に、関数名変換部18は、変換処理
35bを行い、関数名をprocess_na_に変換
する。
The function name converter 10 uses the programming language compiler name 74 to convert the conversion rule expression string ac10.
get b. The function name conversion unit 18 performs conversion processing 35a,
The function name PROCESS_NAME to be connected is proc
Convert to ess_name. Next, the function name conversion unit 18
Performs conversion processing 35c, and the function name is process_n
Convert to a. Finally, the function name conversion unit 18 performs conversion processing 35b to convert the function name into process_na_.

【0019】以上のように本実施例によれば、関数名変
換情報部と関数名変換情報検索部と、関数名変換部とを
設けることにより、プログラミング言語コンパイラ名を
指定するだけで、プログラムソースコード中の連結を行
う関数名を、ソースプログラミング言語コンパイラが処
理した後のアセンブラ言語での関数名が、ターゲットプ
ログラミング言語のコンパイラが処理した後のアセンブ
ラ言語での関数名と一致するように変換することがで
き、複数のプログラミング言語コンパイラによってコン
パイルされる複数のプログラムの連結を容易に可能にす
ることができる。
As described above, according to the present embodiment, by providing the function name conversion information section, the function name conversion information retrieval section, and the function name conversion section, it is only necessary to specify the programming language compiler name, and the program source Converts the concatenated function name in the code so that the assembler function name after processing by the source programming language compiler matches the assembler function name after processing by the target programming language compiler. It is possible to easily connect a plurality of programs compiled by a plurality of programming language compilers.

【0020】また、関数名変換装置で取り扱うプログラ
ミング言語コンパイラ名を新たに追加する場合も、関数
名変換情報部にプログラミング言語コンパイラ名とそれ
に対応する関数名変換ルール表現列を追加するだけでよ
く、容易に行うことができる。
Also, when a new programming language compiler name handled by the function name conversion device is newly added, it is sufficient to add the programming language compiler name and the corresponding function name conversion rule expression string to the function name conversion information section. It can be done easily.

【0021】なお、本実施例では、ソースプログラミン
グ言語コンパイラ名とターゲットプログラミング言語コ
ンパイラ名をプログラミング言語コンパイラ名読み込み
部が入力として受けているが、ソースプログラミング言
語コンパイラが1つだけの場合、または、ターゲットプ
ログラミング言語コンパイラが1つだけの場合は、それ
ぞれ、連結するプログラムをコンパイルするプログラミ
ング言語のコンパイラ名、プログラムソースコードをコ
ンパイルするプログラミング言語のコンパイラ名のみの
入力でも実施可能である。この場合は入力として、プロ
グラミング言語コンパイラ名を1つだけ記述するのみで
関数名を変換させることができる。
In this embodiment, the source programming language compiler name and the target programming language compiler name are received as input by the programming language compiler name reading section. However, if there is only one source programming language compiler or the target When there is only one programming language compiler, it is also possible to input only the compiler name of the programming language that compiles the programs to be linked and the compiler name of the programming language that compiles the program source code. In this case, the function name can be converted by inputting only one programming language compiler name as an input.

【0022】[0022]

【発明の効果】以上のように本発明は関数名変換情報保
持手段と関数名変換情報検索手段と、関数名変換手段を
設けることにより、ユーザがプログラミング言語のコン
パイラの仕様の知識や異種プログラミング言語間の連結
の知識がなくても、容易に複数のプログラミング言語の
コンパイラによってコンパイルされる複数のプログラム
の連結を可能にすることができるものである。
As described above, according to the present invention, by providing the function name conversion information holding means, the function name conversion information retrieval means, and the function name conversion means, the user can know the specification of the compiler of the programming language and the different programming languages. It is possible to easily connect a plurality of programs compiled by compilers of a plurality of programming languages without knowledge of connection between them.

【0023】また、ユーザが使用するプログラミング言
語のコンパイラが追加された場合でも、追加されたコン
パイラ間との関数名変換に関する情報を関数名変換情報
保持手段に追加するだけでよく、多くのプログラミング
言語のコンパイラに容易に対応することができる。
Further, even when a compiler of a programming language used by the user is added, it suffices to add information regarding function name conversion between the added compilers to the function name conversion information holding means, and many programming languages are available. Can be easily supported by the compiler.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施例における関数名変換装置
のブロック図
FIG. 1 is a block diagram of a function name conversion device according to a first embodiment of the present invention.

【図2】第1の実施例における関数名変換情報部の概念
FIG. 2 is a conceptual diagram of a function name conversion information section in the first embodiment.

【図3】第1の実施例における関数名変換装置の動作を
示すフローチャート
FIG. 3 is a flowchart showing the operation of the function name conversion device in the first embodiment.

【図4】変換処理35aの詳細を示すフローチャートFIG. 4 is a flowchart showing details of conversion processing 35a.

【図5】変換処理35bの詳細を示すフローチャートFIG. 5 is a flowchart showing details of conversion processing 35b.

【図6】変換処理35cの詳細を示すフローチャートFIG. 6 is a flowchart showing details of conversion processing 35c.

【図7】関数名変換装置の動作例を示す図FIG. 7 is a diagram showing an operation example of a function name conversion device.

【図8】従来の関数名変換装置のブロック図FIG. 8 is a block diagram of a conventional function name conversion device.

【符号の説明】[Explanation of symbols]

10 関数名変換装置 11 プログラムソースコード 12 連結する関数名 13 プログラミング言語コンパイラ名 14 関数名抽出部 15 プログラミング言語コンパイラ名読み込み部 16 関数名変換情報部 17 関数名変換情報検索部 18 関数名変換部 19 関数名が変換されたプログラムソースコード 35a 関数名変換処理 35b 関数名変換処理 35c 関数名変換処理 71 プログラムソースコード 72 プログラムソースコード中の連結する関数名 73 連結する関数名 74 プログラミング言語コンパイラ名 75 関数名が変換されたプログラムソースコード 76 プログラムソースコード中の変換された関数名 80 関数名変換装置 81 プログラムソースコード 82 連結する関数名 83 関数名抽出部 84 関数名変換部 85 関数名が変換されたソースコード 10 Function Name Conversion Device 11 Program Source Code 12 Concatenated Function Name 13 Programming Language Compiler Name 14 Function Name Extraction Section 15 Programming Language Compiler Name Reading Section 16 Function Name Conversion Information Section 17 Function Name Conversion Information Retrieval Section 18 Function Name Conversion Section 19 Program source code with function name converted 35a Function name conversion processing 35b Function name conversion processing 35c Function name conversion processing 71 Program source code 72 Function name to be linked in program source code 73 Function name to be linked 74 Programming language compiler name 75 Function Program source code whose name is converted 76 Converted function name in program source code 80 Function name conversion device 81 Program source code 82 Function name to be linked 83 Function name extraction unit 84 Function name conversion unit 85 Function Source code with names converted

フロントページの続き (72)発明者 田中 伸明 大阪府門真市大字門真1006番地 松下電器 産業株式会社内Front page continuation (72) Inventor Nobuaki Tanaka 1006 Kadoma, Kadoma City, Osaka Prefecture Matsushita Electric Industrial Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のプログラミング言語コンパイラ間
の関数名の変換情報を保持する関数名変換情報保持手段
と、指定されたプログラミング言語コンパイラ名に基づ
き前記関数名変換情報部から関数名の変換情報を検索す
る関数名変換情報検索手段と、プログラムソースコード
中から指定された関数名を抽出し、前記関数名変換情報
検索部の検索結果に基づき関数名の変換を行う関数名変
換手段とを備えた関数名変換装置。
1. A function name conversion information holding means for holding conversion information of a function name between a plurality of programming language compilers, and conversion information of a function name from the function name conversion information section based on a designated programming language compiler name. The function name conversion information searching means for searching and the function name converting means for extracting the specified function name from the program source code and converting the function name based on the search result of the function name conversion information searching part are provided. Function name converter.
JP23770591A 1991-09-18 1991-09-18 Function name converter Expired - Fee Related JP3190377B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23770591A JP3190377B2 (en) 1991-09-18 1991-09-18 Function name converter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23770591A JP3190377B2 (en) 1991-09-18 1991-09-18 Function name converter

Publications (2)

Publication Number Publication Date
JPH0573333A true JPH0573333A (en) 1993-03-26
JP3190377B2 JP3190377B2 (en) 2001-07-23

Family

ID=17019291

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23770591A Expired - Fee Related JP3190377B2 (en) 1991-09-18 1991-09-18 Function name converter

Country Status (1)

Country Link
JP (1) JP3190377B2 (en)

Also Published As

Publication number Publication date
JP3190377B2 (en) 2001-07-23

Similar Documents

Publication Publication Date Title
US5640576A (en) System for generating a program using the language of individuals
US7930166B2 (en) Translation support device
CN110502227B (en) Code complement method and device, storage medium and electronic equipment
EP0735466A2 (en) Method and apparatus for displaying locations of errors detected inside software macro calls
JPS6375835A (en) Apparatus for generating intended code, program, list and design document
US20080072216A1 (en) Method and device for ANBF string pattern matching and parsing
CN110334326B (en) A kind of method and system for identifying recipe file and being converted into XML file
CN110209387B (en) Method and device for generating top-level HDL file and computer readable storage medium
CN116627429A (en) Assembly code generation method and device, electronic equipment and storage medium
US6360359B1 (en) Source converter processing method and machine-readable media storing it
JPH0573333A (en) Function name converter
JPH11353164A (en) System and method for source program generation, and system and method for chart generation
JPH07271606A (en) Program translation device
JP3003459B2 (en) Program creation support device
JP3208712B2 (en) Compiler unit
JP6267971B2 (en) Source code analysis support device, source code analysis support method
JP5181788B2 (en) Source program language conversion apparatus, method and program
JPH0695890A (en) Name replacement system in compiler
JP2001005655A (en) Device and method for aiding development of application generator
JP3884807B2 (en) Document processing method and apparatus
JPH0455938A (en) Automatic generation system for program specifications
JPS6326730A (en) Program correction system
CN117369824A (en) Code generation method, device, equipment and storage medium based on interface document
JP2004246924A (en) Application generator development support device and application generator development support method
JPH04335425A (en) Program generating device

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090518

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees