JPH02178844A - Translation list output control system - Google Patents

Translation list output control system

Info

Publication number
JPH02178844A
JPH02178844A JP63333146A JP33314688A JPH02178844A JP H02178844 A JPH02178844 A JP H02178844A JP 63333146 A JP63333146 A JP 63333146A JP 33314688 A JP33314688 A JP 33314688A JP H02178844 A JPH02178844 A JP H02178844A
Authority
JP
Japan
Prior art keywords
translation
list
source program
line number
text
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.)
Pending
Application number
JP63333146A
Other languages
Japanese (ja)
Inventor
Michiyuki Ushinmiyou
宇新明 道行
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP63333146A priority Critical patent/JPH02178844A/en
Publication of JPH02178844A publication Critical patent/JPH02178844A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To reduce the output list volume by inputting a translation control statement, which indicates rows to be outputted as a translation list, to a source program and outputting only the translation list related to rows indicated by the translation control statement at the time of generating the translation list. CONSTITUTION:This system consists of a source program input means 1, a translation control statement analyzing means 2, a translating means 3, an object program generating means 4, a translation list generating means 5, a list output control means 6, a source program file 7, a text file 8, translation control information 9, and a translation list 10. The translation control statement to indicate rows to be outputted as the translation list 10 is inputted to the source program, and only the translation list related to indicated rows is outputted at the time of generating the translation list 10. Thus, the translation list of only parts related to corrected rows is obtained when an already developed program is corrected by the change.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は翻訳リスト出力制御方式に関し、特に原始プロ
グラムを目的プログラムに変換する言語処理系における
翻訳リスト出力制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a translation list output control method, and particularly to a translation list output control method in a language processing system that converts a source program into a target program.

〔従来の技術〕[Conventional technology]

従来、この種の翻訳リスト出力制御方式では、原始プロ
グラムリスト、エラー(診断)メッセーシリスト、相互
参照リスト、データマンプリストオブジェクトコードリ
スト、コートマツプリスト等の翻訳リストの出力を抑止
するか抑止しないかを制御計できるだけであった。
Conventionally, in this type of translation list output control method, the output of translation lists such as source program list, error (diagnosis) message list, cross reference list, dataman list object code list, coat map list, etc. is suppressed or not suppressed. It was only possible to control and measure it.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の翻訳リスト出力制御方式は、各翻訳リス
トの出力を抑止するか抑止しないかを制御できるだけで
あったので、すでに開発済のプログラムに変更が発生し
てプログラムを修正した場合には、たとえその修正が1
行であっても翻訳リストの全体を取り直さなければなら
ず、修正した行に関係する部分だけの翻訳リストをとる
ことができないという欠点がある。
The conventional translation list output control method described above can only control whether or not to suppress the output of each translation list, so when a change occurs in a program that has already been developed and the program is modified, Even if the modification is 1
The disadvantage is that even for a line, the entire translation list must be re-taken, and it is not possible to take only the part related to the corrected line.

本発明の目的は、上述の点に鑑み、原始プログラム中に
翻訳リストとして出力したい行を指示する翻訳制御文を
入力し翻訳リストの生成時に翻訳制御文により指示され
た行に関する翻訳リストだけを出力することができるよ
うにした翻訳リスト出力制御方式を提供することにある
In view of the above-mentioned points, an object of the present invention is to input a translation control statement instructing the lines to be output as a translation list into a source program, and output only the translation list related to the lines indicated by the translation control statement when generating the translation list. The object of the present invention is to provide a translation list output control method that enables the translation list to be outputted.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の翻訳リスト出力制御方式は、原始プログラムを
目的プログラムに変換する言語処理系における翻訳リス
ト出力制御方式において、原始プログラムを入力し第1
の中間テキストを生成してテキスI・ファイルに出力す
る原始プログラム入力手段と、この原始プログラム入力
手段により生成された第1の中間テキストを入力し構文
意味解析等の翻訳処理を行い第2の中間テキストを生成
してテキスI・ファイルに出力する翻訳手段と、この翻
訳手段により構文意味解析等の翻訳処理が行われた第2
の中間テキストを入力し目的プログラムを生成してテキ
ストファイルに出力する目的プログラム生成手段と、テ
キストファイルから各種情報を入力して翻訳リストを生
成する翻訳リスト生成手段と、前記原始プログラム入力
手段により入力された原始プログラム中に翻訳制御文が
あった場合に翻訳制御文を解析して翻訳リストを出力す
る原始プログラムの行番号を指定する行番号情報を翻訳
制御情報に登録する翻訳制御文解析手段と、前記翻訳リ
スト生成手段による翻訳リストの生成時に前記翻訳制御
情報に登録されている行番号情報によって指定される原
始プログラムの行番号に対応する部分だけを翻訳リスト
として出力するりスト出力制御手段とを有する。
The translation list output control method of the present invention is a translation list output control method for a language processing system that converts a source program into a target program.
a source program input means that generates an intermediate text and outputs it to a text I file; and a source program input means that inputs a first intermediate text generated by this source program input means, performs translation processing such as syntactic and semantic analysis, and outputs it to a text I file. A translation means that generates text and outputs it to a text I file, and a second translation means that performs translation processing such as syntactic and semantic analysis by this translation means.
a target program generating means that inputs an intermediate text of , generates a target program, and outputs it to a text file; a translation list generating means that inputs various information from the text file and generates a translation list; and input by the source program input means. a translation control statement analysis means for registering in translation control information line number information specifying the line number of the source program that analyzes the translation control statement and outputs a translation list when there is a translation control statement in the source program that has been translated; , list output control means for outputting only the portion corresponding to the line number of the source program specified by the line number information registered in the translation control information as a translation list when the translation list generation means generates the translation list; has.

〔作用〕[Effect]

本発明の翻訳リスト出力制御方式では、原始プログラム
入力手段が原始プログラムを入力し第1の中間テキスト
を生成してテキストファイルに出力し、翻訳手段が原始
プログラム入力手段により生成された第1の中間テキス
トを入力し構文意味解析等の翻訳処理を行い第2の中間
テキストを生成してテキストファイルに出力し、目的プ
ログラム生成手段が翻訳手段により構文意味解析等の翻
訳処理が行われた第2の中間テキストを入力し目的プロ
グラムを生成してテキストファイルに出力し、翻訳リス
ト生成手段がテキストファイルから各種情報を入力して
翻訳リストを生成し、翻訳制御文解析手段が原始プログ
ラム入力手段により入力された原始プログラム中に翻訳
制御文があった場合に翻訳制御文を解析して翻訳リスト
を出力する原始プログラムの行番号を指定する行番号情
報を翻訳制御情報に登録し、リスト出力制御手段が翻訳
リスト生成手段による翻訳リストの生成時に翻訳制御情
報に登録されている行番号情報によって指定される原始
プログラムの行番号に対応する部分だけを翻訳リストと
して出力する。
In the translation list output control method of the present invention, the source program input means inputs the source program, generates the first intermediate text, and outputs it to a text file, and the translation means inputs the source program, generates the first intermediate text, and outputs it to a text file, and the translation means inputs the source program, generates the first intermediate text, and outputs it to a text file, A text is input, translation processing such as syntactic and semantic analysis is performed, a second intermediate text is generated and outputted to a text file, and the target program generating means generates the second intermediate text on which the translation processing such as syntactic and semantic analysis has been performed by the translation means. An intermediate text is input, a target program is generated and outputted to a text file, a translation list generation means inputs various information from the text file to generate a translation list, and a translation control sentence analysis means receives input from the source program input means. If there is a translation control statement in the source program, line number information that specifies the line number of the source program that analyzes the translation control statement and outputs a translation list is registered in the translation control information, and the list output control means executes the translation. When a translation list is generated by the list generation means, only the portion corresponding to the line number of the source program specified by the line number information registered in the translation control information is output as a translation list.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例に係る翻訳リスト出力制御
方式の構成を示すブロック図である。本実施例の翻訳リ
スト出力制御方式は、原始プログラム入力手段1と、翻
訳制御文解析手段2と、翻訳手段3と、目的プログラム
生成手段4と、翻訳リスト生成手段5と、リスト出力制
御手段6と、原始プログラムファイル7と、テキストフ
ァイル8と、翻訳制御情報9と、翻訳リスト1oとがら
構成されている。
FIG. 1 is a block diagram showing the configuration of a translation list output control system according to an embodiment of the present invention. The translation list output control system of this embodiment includes a source program input means 1, a translation control statement analysis means 2, a translation means 3, an object program generation means 4, a translation list generation means 5, and a list output control means 6. , a source program file 7, a text file 8, translation control information 9, and a translation list 1o.

原始プログラムファイル7には、翻訳制御文とプログラ
ム記述文とからなる原始プログラムが格納されている。
The source program file 7 stores a source program consisting of translation control statements and program description statements.

翻訳制御情報9には、原始プログラム7中の全ての翻訳
制御文で指定された印刷開始行番号と印刷終了行番号と
からなる行番号情報が翻訳制御文解析手段2により順に
登録される。
In the translation control information 9, line number information consisting of print start line numbers and print end line numbers specified in all translation control statements in the source program 7 is sequentially registered by the translation control statement analysis means 2.

翻訳リスト生成手段5ば、テキストファイル8から第1
の中間テキスト、第2の中間テキストエラーテキス1〜
5 目的プログラム等の各種情報を入力し、各種の翻訳
リスト10を生成する機能を有する。すなわち、翻訳リ
スト生成手段5は、原始プログラムリスト生成機能、エ
ラーメソセーンリスト生成機能、相互参照リスト生成機
能、デタマソプ生成機能、オブソエクトコードリス1〜
生成機能、コードマツプリスト生成機能等を存している
The translation list generation means 5 converts the first translation list from the text file 8.
intermediate text, second intermediate text error text 1~
5. It has a function of inputting various information such as the target program and generating various translation lists 10. That is, the translation list generation means 5 has a source program list generation function, an error mesocene list generation function, a mutual reference list generation function, a detamasop generation function, and an object code list 1 to
It has a generation function, a code map list generation function, etc.

第2図を参照すると、リスト出力制御手段6における処
理は、初期化スイッチ判定ステップ61と、印刷開始行
番号および印刷終了行番号設定ステップ62と、印刷行
番号設定ステップ63と、印刷開始行番号と印刷行番号
との比較ステップ64と、印刷行番号と印刷終了行番号
との比較ステップ65と、印刷開始行番号および印刷終
了行番号設定ステップ66と、印刷行番号の印刷行出力
ステップ67とからなる。なお、初期化スイッチは、翻
訳リスト生成手段5で各種の翻訳リスl−10単位に最
初の行に対してリスト出力制御手段6を起動するときに
ON”に設定され、2行目以降に対しては“OFF″に
設定されるスイッチである。
Referring to FIG. 2, the processes in the list output control means 6 include an initialization switch determination step 61, a print start line number and print end line number setting step 62, a print line number setting step 63, and a print start line number and the print line number comparison step 64; a comparison step 65 of the print line number and the print end line number; a print start line number and print end line number setting step 66; and a print line output step 67 of the print line number. Consisting of The initialization switch is set to "ON" when the translation list generation means 5 starts the list output control means 6 for the first line of each translation list l-10, and is set to "ON" for the second and subsequent lines. This is a switch that is set to "OFF".

次に、このように構成された本実施例の翻訳リスト出力
制御方式の動作について説明する。
Next, the operation of the translation list output control system of this embodiment configured as described above will be explained.

原始プログラム入力手段1は、原始プログラムファイル
7から原始プログラムを入力し、プログラム記述文の各
詔をトークン化して第1の中間テキストを生成し、テキ
ストファイル8に出力する。
The source program input means 1 inputs the source program from the source program file 7, tokenizes each edict of the program description statement to generate a first intermediate text, and outputs the first intermediate text to the text file 8.

また、原始プログラム入力手段1は、原始プログラムフ
ァイル7から入力した原始プログラム中に翻訳制御文が
あったときに、翻訳制御文を渡して翻訳制御文解析手段
2を起動する。
Further, when the source program input from the source program file 7 includes a translation control statement, the source program input means 1 passes the translation control statement and starts the translation control statement analysis means 2.

翻訳制御文解析手段2は、原始プログラム入力手段1か
ら渡された翻訳制御文に記述された印刷開始行番号と印
刷終了行番号とを行番号情報として翻訳制御情報9に順
に登録し、原始プログラム入力手段1に制御を戻す。
The translation control statement analysis means 2 sequentially registers the print start line number and print end line number described in the translation control statement passed from the source program input means 1 as line number information in the translation control information 9, and Control is returned to input means 1.

原始プログラム入力手段1の処理が終了すると、翻訳手
段3は、テキストファイル8から第1の中間テキストを
入力し、構文意味解析等の翻訳処理を行って第2の中間
テキストを生成し、テキストファイル8に出力する。ま
た、翻訳手段3は、構文意味解析等の翻訳処理において
エラーか発見されたときには、エラーテキストをテキス
トファイル8に出力する。
When the processing of the source program input means 1 is completed, the translation means 3 inputs the first intermediate text from the text file 8, performs translation processing such as syntactic and semantic analysis, generates a second intermediate text, and converts it into a text file. Output to 8. Furthermore, when an error is discovered in translation processing such as syntactic and semantic analysis, the translation means 3 outputs the error text to the text file 8.

翻訳手段3の処理が終了すると、目的プログラム生成手
段4は、テキストファイル8から翻訳手段3により構文
意味解析等の翻訳処理が行われた第2の中間テキストを
入ノjし、オブジェクトコド生成やアセンブリ処理を行
って目的プログラムを生成し、テキストファイル8に出
力する。
When the processing of the translation means 3 is completed, the object program generation means 4 inputs the second intermediate text on which the translation processing such as syntactic and semantic analysis has been performed by the translation means 3 from the text file 8, and generates object code. An assembly process is performed to generate a target program, and the target program is output to a text file 8.

翻訳リスト生成手段5ば、テキストファイル8から第1
の中間テキスト5第2の中間テキストエラーテキスト 入力し、各種の翻訳リスト10を生成する。
The translation list generation means 5 converts the first translation list from the text file 8.
The second intermediate text error text is inputted into the intermediate text 5, and various translation lists 10 are generated.

リスト出力制御手段6は、翻訳リスト生成手段5により
生成された各種の翻訳リスト10を印刷するために行単
位に翻訳リスト生成手段5より起動され、翻訳制御情I
119に登録されている行番号情報を調査してその行が
印刷可能であるかどうかく印刷開始行と印刷終了行との
間の印刷行範囲にあるかどうか)を判断し、印刷可能で
あれば翻訳リスト10に出力する。
The list output control means 6 is started by the translation list generation means 5 line by line in order to print various translation lists 10 generated by the translation list generation means 5, and is configured to input translation control information.
The line number information registered in 119 is checked to determine whether the line can be printed (or not, whether it is within the print line range between the print start line and the print end line), and whether or not the line is printable. output to the translation list 10.

詳しくは、リスト出力制御手段6は、まず初期化スイッ
チが“” O N ”であるか否かを判定する(ステッ
プ61)。初期化スイッチが’ON”のときには、リス
ト出力制御手段6は、翻訳制御情報9を検索し最初の行
番号情報から印刷開始行番号をXに、印刷終了行番号を
yに設定する(ステップ62)。次に、リスト出力制御
手段6は、翻訳リスト生成手段5より渡された翻訳リス
ト10に出力する印刷行の行番号(以下、印刷行番号と
いう)をaLこ設定する(ステップ63)。続いて、リ
スト出力制御手段6は、印刷行番号が印刷開始行番号よ
り大きいかまたは等しいかを判定する(ステップ64)
。印刷行番号が印刷開始行番号より小さい場合には、リ
スト出力制御手段6は、印刷行番号の印刷行を印刷せず
に翻訳リスト生成手段5に戻る。印刷行番号か印刷開始
行番号より大きいかまたは等しい場合には、リスト出力
制御手段6ば、印刷行番号が印刷終了行番号より小さい
かまたは等しいかを判定する(ステップ65)。
Specifically, the list output control means 6 first determines whether the initialization switch is "ON" (step 61). When the initialization switch is "ON", the list output control means 6 The translation control information 9 is searched and the print start line number is set to X and the print end line number is set to y from the first line number information (step 62). Next, the list output control means 6 sets the line number (hereinafter referred to as print line number) of the print line to be output to the translation list 10 passed from the translation list generation means 5 (step 63). Next, the list output control means 6 determines whether the print line number is greater than or equal to the print start line number (step 64).
. If the print line number is smaller than the print start line number, the list output control means 6 returns to the translation list generation means 5 without printing the print line with the print line number. If the print line number is greater than or equal to the print start line number, the list output control means 6 determines whether the print line number is smaller than or equal to the print end line number (step 65).

印刷行番号が印刷終了行番号より大きい場合には、リス
ト出力制御手段6は、翻訳制御情報9を順に検索し次の
行番号情報から印刷開始行番号をXに、印刷終了行番号
をyに設定しくステップ66)、ステップ64に戻る。
If the print line number is larger than the print end line number, the list output control means 6 sequentially searches the translation control information 9 and sets the print start line number to X and the print end line number to y from the next line number information. Step 66) and return to step 64.

印刷行番号が印刷終了行番号より小さいかまたは等しい
場合には、すなわちXとyとで示される印刷行範囲内で
あれば、リスト出力制御手段6は、印刷行番号aで示さ
れる印刷行を翻訳リスト10に出力する(ステップ67
)。
If the print line number is smaller than or equal to the print end line number, that is, if it is within the print line range indicated by X and y, the list output control means 6 prints the print line indicated by print line number a. Output to translation list 10 (step 67
).

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、原始プログラム中に翻訳
リストとして出力したい行を指示する翻訳制御文を入力
するとともに翻訳リストの生成時に指示された行に関す
る翻訳リストだけを出力することにより、翻訳リストを
部分的にとることができるようになり、大規模プログラ
ムの開発時等における出力リスト量を削減させることが
できる効果がある。
As explained above, the present invention inputs a translation control statement instructing the lines to be output as a translation list into the source program, and outputs only the translation list related to the lines specified when generating the translation list. This has the effect of reducing the amount of output lists when developing large-scale programs.

また、利用者が必要な行に関する翻訳リストだけを出力
させることができるので、膨大な翻訳リストの中から必
要な行を検索する際の操作性を向上させることができる
効果がある。
Furthermore, since the user can output only the translation list related to the necessary lines, it is possible to improve the operability when searching for the necessary lines from a huge translation list.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例に係る翻訳リスト出力制御方
式の構成を示すブロゾク図、 第2図は第1図中のリスト出力制御手段における処理を
示す流れ図である。 閏において 1・・・原始プログラム入力手段、 2・・・翻訳制御文解析手段、 3 ・ ・ ・ 4 ・ ・ ・ 5 ・ ・ 6 ・ ・ ・ 7 ・ ・ ・ 8 ・ ・ ・ 9 ・ ・ ・ 10 ・ ・ 翻訳手段、 目的プログラム生成手段、 翻訳リス1〜生成手段、 リスト出力制御手段、 原始プログラムファイル、 テキストファイル、 翻訳制御情報、 翻訳リストである。
FIG. 1 is a block diagram showing the configuration of a translation list output control system according to an embodiment of the present invention, and FIG. 2 is a flow chart showing the processing in the list output control means in FIG. 1. Source program input means, 2. Translation control statement analysis means, 3 . . . 4 . . . 5 . . 6 . . . 7 . - Translation means, target program generation means, translation list 1 to generation means, list output control means, source program file, text file, translation control information, and translation list.

Claims (1)

【特許請求の範囲】 原始プログラムを目的プログラムに変換する言語処理系
における翻訳リスト出力制御方式において、 原始プログラムを入力し第1の中間テキストを生成して
テキストファイルに出力する原始プログラム入力手段と
、 この原始プログラム入力手段により生成された第1の中
間テキストを入力し構文意味解析等の翻訳処理を行い第
2の中間テキストを生成してテキストファイルに出力す
る翻訳手段と、 この翻訳手段により構文意味解析等の翻訳処理が行われ
た第2の中間テキストを入力し目的プログラムを生成し
てテキストファイルに出力する目的プログラム生成手段
と、 テキストファイルから各種情報を入力して翻訳リストを
生成する翻訳リスト生成手段と、 前記原始プログラム入力手段により入力された原始プロ
グラム中に翻訳制御文があった場合に翻訳制御文を解析
して翻訳リストを出力する原始プログラムの行番号を指
定する行番号情報を翻訳制御情報に登録する翻訳制御文
解析手段と、 前記翻訳リスト生成手段による翻訳リストの生成時に前
記翻訳制御情報に登録されている行番号情報によって指
定される原始プログラムの行番号に対応する部分だけを
翻訳リストとして出力するリスト出力制御手段と を有することを特徴とする翻訳リスト出力制御方式。
[Scope of Claim] A translation list output control method in a language processing system that converts a source program into a target program, comprising: source program input means for inputting a source program, generating first intermediate text, and outputting the first intermediate text to a text file; a translation means that inputs the first intermediate text generated by the source program input means, performs translation processing such as syntactic and semantic analysis, generates a second intermediate text, and outputs it to a text file; A target program generation means inputs a second intermediate text that has been subjected to translation processing such as analysis, generates a target program, and outputs it to a text file, and a translation list inputs various information from the text file to generate a translation list. a generation means, and a translation control unit that, when a translation control statement is included in the source program input by the source program input means, translates line number information that specifies the line number of the source program that analyzes the translation control statement and outputs a translation list. When the translation control sentence analysis means registered in the control information and the translation list generation means generate the translation list, only the part corresponding to the line number of the source program specified by the line number information registered in the translation control information is extracted. A translation list output control method comprising a list output control means for outputting a translation list.
JP63333146A 1988-12-29 1988-12-29 Translation list output control system Pending JPH02178844A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63333146A JPH02178844A (en) 1988-12-29 1988-12-29 Translation list output control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63333146A JPH02178844A (en) 1988-12-29 1988-12-29 Translation list output control system

Publications (1)

Publication Number Publication Date
JPH02178844A true JPH02178844A (en) 1990-07-11

Family

ID=18262809

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63333146A Pending JPH02178844A (en) 1988-12-29 1988-12-29 Translation list output control system

Country Status (1)

Country Link
JP (1) JPH02178844A (en)

Similar Documents

Publication Publication Date Title
US4949253A (en) Method and apparatus for automatically generating program
JPH0383153A (en) Message processing system and method
US5132901A (en) System and method for input of target language equivalents and determination of attribute data associated therewith
JP2002520716A (en) Configuration Description Language System
JPH02178844A (en) Translation list output control system
JP3082767B2 (en) Translation list output control device
JPH08194611A (en) Device for analyzing rang of influence caused by program correction
JP3337763B2 (en) Drawing description generator
JP3014409B2 (en) Natural language automatic translator
JP2942414B2 (en) Virtual database method
JPH07146868A (en) Natural language processor
JPH1185536A (en) Device and method for automatically correcting error of source program
JP2742059B2 (en) Dictionary editor for translation
JPS62203274A (en) Mechanical translation system
JP2794919B2 (en) Machine translation equipment
JP3034527B2 (en) Editor device
JPH04312130A (en) Language processing program
Morris et al. Intelligent natural language interface for a signal processing system
JPH07122876B2 (en) Machine translation device
JPH0359724A (en) Error information compression system for translation system
JPH0635712A (en) Automatic in-line expansion processing system for procedure in fortran program
JPH0713970A (en) Mechanical translating device
JPH10207738A (en) Language processing system
JPH05127888A (en) Automatic build-in system for message output function
JP2002007395A (en) Machine translation device