JPH03292532A - Back-up device for development of program - Google Patents

Back-up device for development of program

Info

Publication number
JPH03292532A
JPH03292532A JP2095578A JP9557890A JPH03292532A JP H03292532 A JPH03292532 A JP H03292532A JP 2095578 A JP2095578 A JP 2095578A JP 9557890 A JP9557890 A JP 9557890A JP H03292532 A JPH03292532 A JP H03292532A
Authority
JP
Japan
Prior art keywords
sentence
conditional
control
program
decoded
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
JP2095578A
Other languages
Japanese (ja)
Inventor
Takashi Ueno
植野 隆司
Toshiyuki Ando
敏之 安藤
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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor 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 Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP2095578A priority Critical patent/JPH03292532A/en
Publication of JPH03292532A publication Critical patent/JPH03292532A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To easily recognize a developed control program by extracting a judging sentence out of a program in order to decode a conditional sentence, extracting a control sentence corresponding to the decoded conditional sentence, and then outputting the hierarchical conditional sentence with the correspondence secured to the control sentence. CONSTITUTION:A judging sentence extracting means 101 is provided together with a conditional sentence decoding means 102 which decodes a conditional sentence based on the extracting result of the means 101, and a control sentence extracting means 103 which extracts a control sentence corresponding to the decoded conditional sen tence. Furthermore a hierarchical structure means 104 is added to turn the decoded conditional sentence into a hierarchical form together with an output means 105 which outputs the extracted control sentence in correspondence secured to each hierarchical conditional sentence. That is, a judging sentence is extracted for 'if', 'then', 'else', etc., and a conditional sentence is decoded. Then a control sentence corresponding to the decoded conditional sentence. Furthermore the conditional sentence is turned into a hierarchical form, and this hierachical conditional sentence is outputted to a CRT, etc., with correspondence secured to the control sentence. Thus the contents of a program described in a high-level language like a C language, etc., can be outputted in an easier-to-understand way.

Description

【発明の詳細な説明】 A、産業上の利用分野 本発明は、制御用マイクロプロセッサのプログラム開発
に使用される開発支援装置に関する。
DETAILED DESCRIPTION OF THE INVENTION A. Field of Industrial Application The present invention relates to a development support device used for program development for a control microprocessor.

B、従来の技術 自動車のエンジン電子制御のように高速動作が要求され
る場合、そのソースプログラムがアセンブリ言語やアセ
ンブリ言語に近いC言語などの高級言語で記述されるこ
とが多い。このような高級言語で記述された制御用プロ
グラムにあっては、プログラム言語に定義されたif、
then、elseなどの記述から判断文を判別し、そ
れらの組合せにより記述された制御内容を解読する必要
がある。
B. Prior Art When high-speed operation is required, such as in the electronic control of an automobile engine, the source program is often written in a high-level language such as assembly language or C language, which is similar to assembly language. In a control program written in such a high-level language, if defined in the programming language,
It is necessary to determine the judgment statement from the descriptions of then, else, etc., and decipher the control content written by the combination thereof.

第9図はエンジン電子制御用プログラムリストの一部を
模式的に示すもので、このプログラムリストには次のよ
うな制御内容が記述されている。
FIG. 9 schematically shows a part of the engine electronic control program list, and the following control contents are described in this program list.

■「水温TWが25℃未満ならば」(条件文a)、「A
という処理制御を行う」 (制御文b)。
■ “If the water temperature TW is less than 25℃” (conditional sentence a), “A
” (control statement b).

■「水温TVが25℃未満かつスタータオン後300秒
未満ならば」 (条件文c)、rBという処理制御を行
う」 (制御文d)。
■ "If the water temperature TV is less than 25° C. and less than 300 seconds after the starter is turned on" (conditional statement c), perform the processing control called rB" (control statement d).

■「水温TVが25℃未満でスタータオン後300秒以
上ならば」 (条件文e)、「Cという処理制御を行う
」 (制御文f)。
■ "If the water temperature TV is less than 25 degrees Celsius and it is 300 seconds or more after the starter is turned on" (conditional statement e), "perform the process control C" (control statement f).

C0発明が解決しようとする課題 しかしながら、第9図に示す程度のステップ数の制御プ
ログラムでさえ1条件文eの解読が難しい。ましてや、
これ以上の階層構造になると第3者はもとより、作成者
でさえ内容を解読するのに時間を要し、デバグの効率が
悪い、あるいは、再利用性や伝承性が悪いという問題が
ある。
Problems to be Solved by the C0 Invention However, even in a control program with the number of steps shown in FIG. 9, it is difficult to decipher one conditional statement e. Much less,
If the hierarchical structure is more than this, it will take time for not only a third party but even the creator to decipher the contents, leading to problems such as poor debugging efficiency, poor reusability, and poor propagation.

本発明の目的は、C言語のような高級言語で記述された
プログラムの内容をよりわかりやすく出力できるプログ
ラム開発支援装置を提供することにある。
An object of the present invention is to provide a program development support device that can output the contents of a program written in a high-level language such as the C language in a more understandable manner.

90課題を解決するための手段 クレーム対応図である第1図に対応づけて本発明を説明
すると、本発明は1判断文2条件文および制御文を含む
プログラムを作成するための開発支援装置に適用され、
上述の問題点は、判断文を抽出する判断文抽出手段10
1と、この抽出結果から条件文を解読する条件文解読手
段102と、解読した条件文に対応する制御文を抽出す
る制御文抽出手段103と、解読された条件文を階層化
する階層化手段104と、抽出された制御文を階層化さ
れた各条件文に対応づけて出力する出力手段105とを
具備することにより解決される。
Means for Solving Problems No. 90 The present invention will be explained in conjunction with FIG. 1, which is a claim correspondence diagram. applied,
The above-mentioned problem lies in the judgment sentence extraction means 10 for extracting judgment sentences.
1, a conditional sentence decoding means 102 for decoding a conditional sentence from this extraction result, a control sentence extraction means 103 for extracting a control sentence corresponding to the decoded conditional sentence, and a stratification means for hierarchizing the decoded conditional sentence. 104, and an output means 105 that outputs the extracted control statement in association with each hierarchical conditional statement.

80作用 if、then、elseなどの判断文を抽出して条件
文を解読し、この解読された条件文に対応する制御文を
抽出する。さらに、条件文を階層化するとともに、階層
化された条件文に制御文を対応づけてCRTなどに出力
する。
80 actions Judgmental sentences such as if, then, and else are extracted, the conditional sentences are decoded, and the control sentences corresponding to the decoded conditional sentences are extracted. Furthermore, the conditional statements are hierarchized, and control statements are associated with the hierarchized conditional statements and output to a CRT or the like.

F、実施例 第2図は本発明に係るプログラム開発支援装置の概略の
構成を示す。10は、コマンドなどを入力するキーボー
ド10aやマウス10bなどの入力装置、20は、入力
された文字を表示するCRTなどの表示装置、30は、
第3図に示すような既開発制御プログラム40を読み込
んで、条件文と制御文とを対応させるとともに階層化す
るなどの処理を行う制御装置である。
F. Embodiment FIG. 2 shows a schematic configuration of a program development support device according to the present invention. 10 is an input device such as a keyboard 10a and a mouse 10b for inputting commands, 20 is a display device such as a CRT for displaying input characters, and 30 is a
This is a control device that reads an already developed control program 40 as shown in FIG. 3, and performs processing such as making conditional statements and control statements correspond to each other and hierarchizing them.

この制御装置30は、判断文を抽出して条件文を解読す
る解読部31と、解読された条件文に対応する制御文を
抽出する抽出部32と、解読された条件文と抽出された
制御文とを階層化して対応づける階層化処理部33と、
階層化して対応づけられた条件文と制御文とを表示する
ために処理する表示処理部34と、入力装W1.10か
らの信号を処理する入力信号処理部35と、入力装!1
0で指令されるコマンドを解析するコマンド解析部36
と、入力装置10から指定されたパラメータ(条件)を
抽出するパラメータ抽出部37と、入力された表形式の
条件部を解析、展開処理する解析展開処理部38とから
成る。制御装置30を構成するこれらの各要素は実際に
は第4図に示すようなプログラムとして実現される。
This control device 30 includes a deciphering unit 31 that extracts judgment sentences and deciphers conditional sentences, an extraction unit 32 that extracts control sentences corresponding to the deciphered conditional sentences, and a deciphered conditional sentence and extracted control sentences. a hierarchization processing unit 33 that hierarchizes and associates sentences with each other;
A display processing section 34 that processes to display conditional statements and control statements that are hierarchically associated with each other, an input signal processing section 35 that processes signals from the input device W1.10, and an input device! 1
Command analysis unit 36 that analyzes the command issued by 0
, a parameter extraction unit 37 that extracts parameters (conditions) specified from the input device 10, and an analysis and expansion processing unit 38 that analyzes and expands the input table-format condition part. Each of these elements constituting the control device 30 is actually realized as a program as shown in FIG.

第4図のプログラムが実行されると、ステップS5にお
いて、既開発の制御プログラム40の中から第3図に示
すようなソースプログラムを選択して読み込む、ステッ
プ5LOAでは読み取られ。
When the program shown in FIG. 4 is executed, in step S5, a source program as shown in FIG. 3 is selected from among the already developed control programs 40 and read in. In step 5LOA, the source program is read.

た制御プログラムから判断文を抽出して条件文の解読を
行い、ステップ5LOBにおいて制御文の抽出を行い、
ステップ5IOCで条件文の階層化を行うとともに、各
階層の条件文を制御文と対応づける。
The judgment statement is extracted from the control program, the conditional statement is deciphered, the control statement is extracted in step 5 LOB,
In step 5 IOC, the conditional statements are hierarchically arranged and the conditional statements in each hierarchy are associated with control statements.

ここで、第3図のプログラムは少なくとも1つの制御文
から成るProcessl 、 Process2 、
 Pr。
Here, the program in FIG. 3 consists of at least one control statement Processl, Process2,
Pr.

cess2−1およびP rocess 3の4つのプ
ロセスを含み、判断文であるif文2に対して2つのプ
ロセスP rocess 2 、 P rocess 
2−1が、else−if文3に対して1つのプロセス
P rocess 3が対応している。プロセスP r
ocess 1は無条件プロセスであり、いづれの判断
文とも対応していない。
It includes four processes, Process2-1 and Process3, and two processes Process2-1 and Process3 are executed for if statement 2, which is a judgment statement.
In 2-1, one process 3 corresponds to the else-if statement 3. Process P r
ocess 1 is an unconditional process and does not correspond to any judgment statement.

jf文2,3とProcessl 、 Process
2 、 Process2−1およびP rocess
 3はステップShoを実行することにより抽出され、
その階層構造が判断される。
jf statements 2 and 3 and Processl, Process
2, Process2-1 and Process
3 is extracted by executing step Sho,
Its hierarchical structure is determined.

第5図は係る処理終了後の階層化処理部33における内
部表現のイメージ図である。すなわち、adv−caQ
と名付けられた関数は、プロセスProcessl 、
 Process2 、 Process2−1および
P rocess 3の順に階層的に表現されており、
以下の処理が容易になる。
FIG. 5 is an image diagram of the internal representation in the layering processing unit 33 after the completion of such processing. That is, adv-caQ
The function named Processl,
It is expressed hierarchically in the order of Process2, Process2-1 and Process3,
The following processing becomes easier.

階層構造は、例えば第6図の(a)に示す第1階層、第
6図(b)に示す全階層のように画面21上に表示され
、抽出されたプロセスP rocess 1 tPro
cess2 、 Process2−1およびP ro
cess 3が各階層のif構文または3に対応づけら
れる。さらに、第6図(c)のようにプロセスP ro
cess 1 yP rocess 2 、 P ro
cess 2−1およびP rocess 3の内容が
詳細に表示される。
The hierarchical structure is displayed on the screen 21 as, for example, the first layer shown in FIG. 6(a) and all the layers shown in FIG. 6(b).
cess2, Process2-1 and Pro
cess 3 is associated with the if syntax or 3 of each layer. Furthermore, as shown in FIG. 6(c), the process P ro
cess 1 yProcess 2, Pro
The contents of process 2-1 and process 3 are displayed in detail.

なお、このようなステップ5LOA〜ステツプ5IOC
に示すような構文解析は、コンパイラのパーサ部と同様
な手法で可能でありU n i xのQexやyacc
などを用いれば容易に実現できるが、第3図に示すよう
なC言語の場合には、かかる手法を用いなくともif、
elseなとの検索により判断文を容易に抽出でき、さ
らに(、)などに着目して条件文を解読できる。第7図
はこのような手法による構文解析の詳細プログラムであ
る。
In addition, such steps 5LOA to 5IOC
Syntax analysis as shown in Figure 1 is possible using the same method as the parser section of a compiler, and is possible using Unix's Qex and yacc.
However, in the case of C language as shown in Figure 3, if, without using such a method,
Judgment sentences can be easily extracted by searching for ``else'', and conditional sentences can be deciphered by focusing on (,), etc. FIG. 7 shows a detailed program for syntax analysis using such a method.

ここでプログラムは1Lif”  II el seI
+11 (PI 、  11 )”1条件文、制御文か
ら成るものとし、このアルゴリズムはファンクション名
の後からサーチし、プログラムは、“if”else”
“(”  11)712条件文、制御文毎に取り込むよ
うにしている。
Here the program is 1Lif” II el seI
+11 (PI, 11)" It is assumed that it consists of one conditional statement and a control statement. This algorithm searches after the function name, and the program is "if"else"
“(” 11) 712 It is imported for each conditional statement and control statement.

まず、ステップ5101では、階層の深さを示す変数i
に1を代入して初期化する(i=1は無条件で実行され
る制御文の階層である)。そしてステップ5102で「
(」であるか否かを判定し、「(」であると判定されれ
ばステップ8108に進む。ステップ8108では階層
毎のフラグK (i)に1を代入し、再びステップ51
02に戻る。
First, in step 5101, a variable i indicating the depth of the hierarchy is
Initialize by assigning 1 to (i=1 is the level of control statements that are executed unconditionally). Then, in step 5102, "
If it is determined that it is "(", the process proceeds to step 8108. In step 8108, 1 is assigned to the flag K (i) for each layer, and again in step 51
Return to 02.

ステップ5102が否定されると、ステップ5103に
進んでrifJであるか否かを判定し、rifJである
と判定されればステップ5109に進む。ステップ51
09では、iにi+1を挿入する。すなわち、階層を一
層分深くして配列C(i)にifの後の条件文を格納し
ステップ5102に戻る。
If step 5102 is negative, the process proceeds to step 5103 to determine whether or not it is rifJ, and if it is determined to be rifJ, the process proceeds to step 5109. Step 51
In step 09, i+1 is inserted into i. That is, the hierarchy is made deeper, the conditional statement after if is stored in array C(i), and the process returns to step 5102.

ステップ5103が否定されると、ステップ5104に
進んでrel、seJであるか否かを判定し、re l
 s e」であると判定されればステップS 110 
ニ進む。ステップ5110では、i=i+1を挿入して
配列C(i)にC(i)の否定文を格納してステップ5
102に戻る。
If step 5103 is negative, the process proceeds to step 5104, where it is determined whether rel, seJ or not, and rel
If it is determined that “s e”, step S110
Go forward. In step 5110, i=i+1 is inserted and the negative statement of C(i) is stored in array C(i), and step 5
Return to 102.

ステップ5104が否定されると、ステップ5105に
進んで「)」であるか否かを判定し、「)」であると判
定されれば、ステップ5IO6に進み、否定されればス
テップ5111に進む。
If step 5104 is negative, the process proceeds to step 5105 to determine whether it is ")". If it is determined to be ")", the process proceeds to step 5IO6; if negative, the process proceeds to step 5111.

ここで、ステップ5102で否定、ステップ5103で
否定、ステップ5104で否定、ステップ5105で否
定、条件文は「if」の後に存在するため、取り込まれ
ているプログラムのステートメントは、制御文である。
Here, negation in step 5102, negation in step 5103, negation in step 5104, negation in step 5105. Since the conditional statement exists after "if", the statement of the program that has been imported is a control statement.

ステップ5111では、変数nに変数1の値を代入し、
メモリSに「無条件」を格納してメモリSの初期化を行
った後、ステップ5112に進む。
In step 5111, the value of variable 1 is assigned to variable n,
After storing "unconditional" in the memory S and initializing the memory S, the process advances to step 5112.

ステップ5112ではn=1であるかを判定する。ステ
ップ5112が否定されるとステップ5113に進み、
メモリSに「それまでSに格納されていた条件」かっr
C(n)Jという条件を新たに格納し、nにn−1を挿
入する。すなわち、階層を一層だけ浅くしたあとで、ス
テップ5l12に戻る。
In step 5112, it is determined whether n=1. If step 5112 is negative, proceed to step 5113;
Memory S contains "conditions previously stored in S"
A new condition C(n)J is stored and n-1 is inserted into n. That is, after making the hierarchy one layer shallower, the process returns to step 5l12.

ステップ5112でn=1であればステップ5114に
進む。ステップ5114ではメモリSに格納された条件
文ととりこまれている制御文を対応づけステップ511
5に進む。ステップ5l15ではK(i)=1であるか
を判定する。ステップ5115が否定されると、ステッ
プ5116に進み]に1−1を挿入しステップ5115
に戻る。
If n=1 in step 5112, the process advances to step 5114. In step 5114, the conditional statement stored in the memory S and the imported control statement are matched, and in step 511
Proceed to step 5. In step 5l15, it is determined whether K(i)=1. If step 5115 is negative, proceed to step 5116] and insert 1-1 in step 5115.
Return to

ステップ5115でK (i)=1ならば再びステ、ツ
ブ5102に戻る。
If K(i)=1 in step 5115, the process returns to step 5102 again.

ステップ5105で「)」であれば、ステップ5l−0
6に進む。ステップ5106では、K(i)にはOをi
には1−1をそれぞれ挿入してステップ5107に進む
。ステップ5107ではi =Qであるか判定し否定さ
れれば再びステップ5102に戻る。1=○であれば処
理を終了する。
If it is ")" in step 5105, step 5l-0
Proceed to step 6. In step 5106, K(i) is set to O
1-1 is inserted into each of the fields, and the process proceeds to step 5107. In step 5107, it is determined whether i = Q, and if negative, the process returns to step 5102 again. If 1=◯, the process ends.

以上のようにステップS10が終了すると、第4図に示
すステップS20に進み、オペレータが入力装置10か
ら入力したコマンドの解析を行う。
When step S10 is completed as described above, the process proceeds to step S20 shown in FIG. 4, where the command input by the operator from the input device 10 is analyzed.

終了コマンドならばステップS70に進んでファイル更
新などの終了処理を行う。
If it is an end command, the process advances to step S70 to perform end processing such as file updating.

表示階層選択コマンドの場合にはステップS30に進み
、各階層表示を行う。第6図(a)は第3図のプログラ
ムに対して階層化処理した場合における表示画面21内
の第1階層表示例、第6図(b)は全階層表示例である
In the case of a display hierarchy selection command, the process advances to step S30, and each hierarchy is displayed. FIG. 6(a) shows an example of displaying the first layer on the display screen 21 when the program shown in FIG. 3 is subjected to layering processing, and FIG. 6(b) shows an example of displaying all layers.

表示レベル選択コマンドの場合にはステップS40に進
み2階層表示のレベルを変更する。第6図(c)は全階
層表示のレベルを詳細モードに変更した場合の一例であ
る。
In the case of the display level selection command, the process advances to step S40 to change the level of the two-layer display. FIG. 6(c) is an example in which the level of all hierarchy display is changed to detailed mode.

プロセスエディタ起動コマンドの場合にはステップS5
0に進み、プロセスエディタを別画面として起動し、各
プロセス名に対応するプロセスファイルの編集モードに
入る。第6図(c)には詳細階層表示画面21内に別画
面22としてプロセスP rocess 2のソースリ
ストを表示した例を示す。
Step S5 in case of process editor startup command
0, start the process editor as a separate screen, and enter the edit mode for the process file corresponding to each process name. FIG. 6(c) shows an example in which a source list of process 2 is displayed as a separate screen 22 within the detailed hierarchy display screen 21.

なお、この別画面内で通常のテキストエデイタコマント
を用いて編集を行う。
Note that editing is performed within this separate screen using a normal text editor command.

さらにパラメータ指定コマンドの場合にはステップS6
0に進み、オペレータが指定したパラメータを含むプロ
セスを詳細に表示する。第8図は。
Furthermore, in the case of a parameter specification command, step S6
Go to 0 to display the process in detail, including the parameters specified by the operator. Figure 8 is.

nrpm(回転数)をパラメータとして指定した場合の
一例を示しており、nrpmが関係するプロセスを含む
構文全体が階層表示される。
An example is shown in which nrpm (number of revolutions) is specified as a parameter, and the entire syntax including processes related to nrpm is displayed in a hierarchical manner.

以上のようなプログラムの構文解析は、既存の制御プロ
グラムを使用して新たに制御プログラムを作成するとき
などに使用され、第6図や第8図のような表示を見るこ
とにより1条件文の階層構造とそれに対応する制御文す
なわちプロセスがビジュアルに表現できる。したがって
、既開発制御プログラムが複雑な入れ子構造であっても
その内容を一目に理解でき、プログラム作成作業の効率
化と伝承性が向上する。
The program syntax analysis described above is used when creating a new control program using an existing control program. Hierarchical structures and their corresponding control statements, or processes, can be visually represented. Therefore, even if the already developed control program has a complicated nested structure, its contents can be understood at a glance, and the efficiency of the program creation work and the ability to pass it down are improved.

なお、以上ではC言語で記述された制御プログラムにつ
いて説明したが、本発明は判断文と条件文と制御文から
成る各種のプログラムの開発支援装置として利用できる
Although the control program written in C language has been described above, the present invention can be used as a development support device for various programs including judgment statements, condition statements, and control statements.

以上の実施例の構成において、判断文抽出手段101、
条件文解読手段102は条件文解読部31に対応し、制
御文抽出手段103は制御文抽出部32に対応し1階層
化手段104は階層化処理部33に対応し、出力手段1
05はCRTなどの表示装置20にそれぞれ対応する。
In the configuration of the above embodiment, judgment sentence extraction means 101,
The conditional sentence decoding means 102 corresponds to the conditional sentence decoding section 31, the control sentence extraction means 103 corresponds to the control sentence extraction section 32, the 1 layering means 104 corresponds to the layering processing section 33, and the output means 1
05 corresponds to each display device 20 such as a CRT.

G1発明の効果 本発明によれば、プログラムの中から判断文を抽呂して
条件文を解読し、解読された条件文に対応する制御文を
抽出するとともに、階層化された条件文に制御文を対応
づけて出力するようにしたから、各種の判断文が複雑に
関連しあう複雑なプログラムでも、設定した条件と制御
文すなわちプロセスが階層化されて一目瞭然となる。し
たがって、既開発制御プログラムの認識が容易となり、
新規プログラムの開発効率と伝承性が向上する。
G1 Effect of the Invention According to the present invention, a judgment statement is extracted from a program, a conditional statement is decoded, a control statement corresponding to the decoded conditional statement is extracted, and a control statement is created into a hierarchical conditional statement. Because statements are output in association with each other, even in complex programs where various judgment statements are intricately related, set conditions and control statements, that is, processes, are layered and can be clearly understood at a glance. Therefore, it becomes easy to recognize already developed control programs.
The efficiency of developing new programs and their ability to be handed down will be improved.

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

第1図はクレーム対応図である。 第2図は本発明に係るプログラム開発支援装置の全体構
成を示すブロック図、第3図はプログラムリスト例を示
す図、第4図および第7図は階層構造処理のフローチャ
ート、第5図は階層化処理部の内部表現のイメージ図、
第6図および第8図は画面上の表示例を示す図、第9図
はプログラムリスト例を示す図である。 10:入力装置 3Q:制御装置 32:制御文抽出部 36:コマント解析部 1o1:判断文抽出手段 103:制御文抽出手段 1o5:出力手段 :表示装置 :条件文解読部 :階層化処理部 :パラメータ抽出部 二条性交解読手段 二階層化手段 0 1 3 8 02 04
FIG. 1 is a complaint correspondence diagram. FIG. 2 is a block diagram showing the overall configuration of the program development support device according to the present invention, FIG. 3 is a diagram showing an example of a program list, FIGS. 4 and 7 are flowcharts of hierarchical structure processing, and FIG. 5 is a hierarchy An image diagram of the internal representation of the conversion processing section,
6 and 8 are diagrams showing examples of displays on the screen, and FIG. 9 is a diagram showing an example of a program list. 10: Input device 3Q: Control device 32: Control statement extraction section 36: Command analysis section 1o1: Judgment statement extraction means 103: Control statement extraction means 1o5: Output means: Display device: Conditional statement decoding section: Hierarchization processing section: Parameter Extraction part 2-article intercourse decoding means 2-layering means 0 1 3 8 02 04

Claims (1)

【特許請求の範囲】 判断文、条件文および制御文を含むプログラムを作成す
るための開発支援装置において、 前記判断文を抽出する判断文抽出手段と、 この抽出結果から条件文を解読する条件文解読手段と、 解読された各条件文に対応する制御文を抽出する制御文
抽出手段と、 解読された条件文を階層化する階層化手段と、抽出され
た制御文を階層化された各条件文に対応づけて出力する
出力手段とを具備することを特徴とするプログラム開発
支援装置。
[Scope of Claims] A development support device for creating a program including judgment statements, conditional statements, and control statements, comprising judgment sentence extraction means for extracting the judgment sentences, and condition statements for decoding the condition sentences from the extraction results. A decoding means, a control statement extraction means for extracting a control statement corresponding to each decoded conditional sentence, a stratification means for stratifying the decoded conditional sentences, and a hierarchization means for classifying the extracted control sentences into each hierarchized condition. 1. A program development support device comprising: an output means that outputs data in association with a sentence.
JP2095578A 1990-04-11 1990-04-11 Back-up device for development of program Pending JPH03292532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2095578A JPH03292532A (en) 1990-04-11 1990-04-11 Back-up device for development of program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2095578A JPH03292532A (en) 1990-04-11 1990-04-11 Back-up device for development of program

Publications (1)

Publication Number Publication Date
JPH03292532A true JPH03292532A (en) 1991-12-24

Family

ID=14141475

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2095578A Pending JPH03292532A (en) 1990-04-11 1990-04-11 Back-up device for development of program

Country Status (1)

Country Link
JP (1) JPH03292532A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011039618A (en) * 2009-08-07 2011-02-24 Meidensha Corp Software development support system, support method, and program
JP2013025716A (en) * 2011-07-25 2013-02-04 Shinichi Ishida Device and program for supporting structure analysis of module
JP2020057262A (en) * 2018-10-03 2020-04-09 カシオ計算機株式会社 Programming display device, programming display method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011039618A (en) * 2009-08-07 2011-02-24 Meidensha Corp Software development support system, support method, and program
JP2013025716A (en) * 2011-07-25 2013-02-04 Shinichi Ishida Device and program for supporting structure analysis of module
US9128807B2 (en) 2011-07-25 2015-09-08 Shinichi Ishida Module structural analysis supporting device and program
JP2020057262A (en) * 2018-10-03 2020-04-09 カシオ計算機株式会社 Programming display device, programming display method, and program

Similar Documents

Publication Publication Date Title
US5845119A (en) Software development tool for combining software components/modules
Zakas Maintainable JavaScript: Writing Readable Code
JPH03292532A (en) Back-up device for development of program
JPH11306170A (en) Document production device
Śmiałek et al. From Requirements to Java in a Snap
JPS6383861A (en) Automatic processing system for numerical formula
JPH06214776A (en) Automatic generation system for software
US7613709B2 (en) System and method for editing operations of a text object model
GB2510866A (en) Computer code editor
JP4894602B2 (en) Correction target file search device, correction target file search method, and correction target file search program
JP3964910B2 (en) Machine translation device
JP2607976B2 (en) Debug method
Meyer Cepage: Toward computer-aided design of software
JP2607975B2 (en) Debug method
JPH04140834A (en) Program generating method and specifications input method therefor
JP2946509B2 (en) Control method of interactive manual
JPH09134454A (en) Method for preparing picture, method for displaying spatial position and method for calculating spatial position
JP2008186311A (en) File conversion system for source file with comment described by plurality of kinds of natural languages
JP2006003987A (en) Debug method and debugger
JPH05108372A (en) System for outputting compiler optimization processing content
JP2008204446A (en) Source file editing system
JPH0612449A (en) System and method for machine translation
JPH03292531A (en) Back-up device for development of program
JPS61282934A (en) Software specification management system
JPH07104986A (en) Tool for program generation