JPH0581008A - Indentation processing system - Google Patents

Indentation processing system

Info

Publication number
JPH0581008A
JPH0581008A JP27200491A JP27200491A JPH0581008A JP H0581008 A JPH0581008 A JP H0581008A JP 27200491 A JP27200491 A JP 27200491A JP 27200491 A JP27200491 A JP 27200491A JP H0581008 A JPH0581008 A JP H0581008A
Authority
JP
Japan
Prior art keywords
nesting
nest
information
character string
nested
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
JP27200491A
Other languages
Japanese (ja)
Inventor
Kazuo Toyoda
一夫 豊田
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP27200491A priority Critical patent/JPH0581008A/en
Publication of JPH0581008A publication Critical patent/JPH0581008A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To automatize the indentation of a source code. CONSTITUTION:A nest sentence start character string and the character of an end condition corresponding to the string are stored in a nest information stack 2 as nest information whenever a nest sentence start character string appears in input data. On the other hand, an indent setting means 3 adds an indent in a size corresponding to the number of nest information stored in the nest information stack 2 to input data. A nest relation judgement means 4 fetches nest information stored last from the nest information stack 2 when the character of the nest end condition corresponding to the nest sentence start character string stored last in the nest information stack 2 appears in input data. The nest relation judgement means 4 stores other nest information in the nest information stack 2 when the other nest start character string appears in input data.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータのソフト
ウェア開発の1工程であるプログラムソースコードの入
力作業における字下げ処理方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an indentation processing method in a program source code input operation, which is one step of computer software development.

【0002】[0002]

【従来の技術】コンピュータのソフトウェア開発の1工
程として、プログラムソースコードを入力する作業(い
わゆるコーディング作業)がある。このようなプログラ
ムソースコードは、図5に示すように、見やすさのため
に、 while文やif文等の制御文については、階層毎にイ
ンデントを設けるのが一般的となっている。
2. Description of the Related Art As one step of computer software development, there is an operation of inputting a program source code (so-called coding operation). As shown in FIG. 5, such a program source code is generally provided with an indent for each hierarchy for control statements such as while statements and if statements.

【0003】即ち、通常、プログラム構造は、ループや
分岐を行なう制御文と、その中に含まれる処理文とから
成る。一般的には、制御文の中に更に制御文が出現する
ことでn階層の入れ子ができる。通常のプログラム開発
者は、この入れ子の階層(深さ)をインデントの長さに
対応させたフォーマットでコーディングしている。これ
により、プログラム構造を認識し、理解しやすいものに
している。従来、ソースコードの入力方法については、
汎用テキストエディタ等の編集プログラムを用いて、単
に文字列として一字一句入力が行なわれていた。従っ
て、インデントの設定についても同様で、スペース文字
での字下げか、TABキー等の操作で文字列の先頭を設
定することにより行なっていた。
That is, normally, the program structure is composed of control statements for performing loops and branches, and processing statements contained therein. In general, an n-layer nest can be created by the appearance of a control statement in the control statement. Ordinary program developers code this nesting hierarchy (depth) in a format corresponding to the length of the indent. This makes it easy to recognize and understand the program structure. Conventionally, regarding the input method of source code,
Using an editing program such as a general-purpose text editor, each character is simply input as a character string. Therefore, the indentation is set in the same manner, which is performed by indenting with a space character or setting the beginning of the character string by operating the TAB key or the like.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上述し
た従来の技術には、次のような問題があった。即ち、上
述した方式では、インデントを設定するための空白をす
べてオペレータが入力する必要がある。従って、せっか
くコンピュータと対話しながら入力しているのに、その
利点が生かせず、オペレータの作業負担が大きいという
問題があった。本発明は、以上の点に着目してなされた
もので、インデントの設定を自動で行なうことにより、
オペレータの負担を軽減し、ひいては、コーディング工
程における生産性及び品質を向上できる字下げ処理方式
を提供することを目的とするものである。
However, the above-mentioned conventional techniques have the following problems. That is, in the above-mentioned method, the operator needs to input all the blanks for setting the indent. Therefore, there is a problem that even though the user inputs data while interacting with the computer, the advantage cannot be fully utilized and the work load on the operator is heavy. The present invention has been made by paying attention to the above points, and by automatically setting the indent,
It is an object of the present invention to provide an indentation processing method that can reduce the burden on the operator and can improve the productivity and quality in the coding process.

【0005】[0005]

【課題を解決するための手段】本発明の字下げ処理方式
は、相互に入れ子関係にある入れ子文開始文字列及び終
了条件の文字を対にして格納する入れ子文判定テーブル
と、入力データに出現する入れ子文開始文字列と、当該
入れ子文開始文字列に対応した終了条件の文字とを順次
入れ子情報として格納し、最後に格納した入れ子情報か
ら順に取り出す入れ子情報スタックと、当該入れ子情報
スタックに格納された入れ子情報の総数に応じた大きさ
のインデントを入力データに付加するインデント設定手
段と、入力データに、前記入れ子情報スタックに最後に
格納された入れ子文開始文字列に対応した入れ子終了条
件の文字が出現したか否かを判断し、当該入れ子条件の
文字が出現したとき、前記入れ子情報スタックから最後
に格納された入れ子情報を取り出す一方、入力データ
に、他の入れ子開始文字列が出現したとき、当該他の入
れ子情報を前記入れ子情報スタックに格納する入れ子関
係判断手段とから成ることを特徴とするものである。
The indentation processing method of the present invention appears in input data and a nested sentence determination table that stores nested sentence start character strings and end condition characters that are in a nested relationship with each other. Store the nesting sentence start character string and the end condition character corresponding to the nesting sentence start character string as nesting information in order, and store in the nesting information stack that is sequentially fetched from the last stored nesting information and the nesting information stack. An indent setting means for adding an indent of a size corresponding to the total number of the nested information to the input data, and the input data, of the nesting end condition corresponding to the nesting sentence start character string stored last in the nesting information stack. When a character of the nesting condition appears, it is judged whether or not a character appears, and when the character of the nesting condition appears, the last stored entry from the nest information stack is While retrieving the information, in the input data, when the other nested start character string is encountered and is characterized in that it consists of a nested relation determination means for storing the other nest information to the nest information stack.

【0006】[0006]

【作用】本発明の字下げ処理方式においては、相互に入
れ子関係にある入れ子文開始文字列と、当該入れ子文開
始文字列に対応した終了条件の文字とを対にして入れ子
文判定テーブルに格納しておく。そして、入力データに
入れ子文開始文字列が出現する毎に、入れ子情報スタッ
クに当該入れ子文開始文字列と当該入れ子文開始文字列
に対応した終了条件の文字とを順次入れ子情報として格
納する。一方、インデント設定手段は、当該入れ子情報
スタックに格納された入れ子情報の総数に応じた大きさ
のインデントを入力データに付加する。他方、入れ子関
係判断手段は、入力データに、前記入れ子情報スタック
に最後に格納された入れ子文開始文字列に対応した入れ
子終了条件の文字が出現したか否かを判断し、当該入れ
子条件の文字が出現したとき、前記入れ子情報スタック
から最後に格納された入れ子情報を取り出す。また、こ
の入れ子情報判断手段は、入力データに、他の入れ子開
始文字列が出現したとき、当該他の入れ子情報を前記入
れ子情報スタックに格納する。
In the indentation processing method of the present invention, a nested sentence start character string and a character of an end condition corresponding to the nested sentence start character string are paired and stored in the nested sentence judgment table. I'll do it. Then, each time a nested sentence start character string appears in the input data, the nested sentence start character string and the character of the end condition corresponding to the nested sentence start character string are sequentially stored as nested information in the nested information stack. On the other hand, the indent setting means adds to the input data an indent having a size corresponding to the total number of nest information stored in the nest information stack. On the other hand, the nesting relation judging means judges whether or not the character of the nesting end condition corresponding to the nesting sentence start character string last stored in the nesting information stack appears in the input data, and the nesting condition character When appears, the last stored nesting information is extracted from the nesting information stack. Also, this nesting information judging means stores the other nesting information in the nesting information stack when another nesting start character string appears in the input data.

【0007】[0007]

【実施例】以下、本発明の実施例を図面を参照して詳細
に説明する。図1は、本発明の方式の装置の実施例のブ
ロック図である。図示の処理装置は、入れ子文判定テー
ブル1と、入れ子情報スタック2と、インデント設定手
段3と、入れ子関係判断手段4とから成る。入れ子文判
定テーブル1は、主記憶装置の一部の領域等から成り、
相互に入れ子関係にある入れ子文開始文字列と、当該入
れ子文開始文字列に対応した終了条件の文字とを対にし
て格納する。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a block diagram of an embodiment of an apparatus according to the present invention. The processing device shown in the figure includes a nested sentence determination table 1, a nested information stack 2, an indent setting means 3, and a nested relation determination means 4. The nested statement determination table 1 is composed of a partial area of the main storage device,
A nested sentence start character string and a character of an end condition corresponding to the nested sentence start character string are stored as a pair.

【0008】図2は、入れ子文判定テーブルの詳細の説
明図である。図中アンダラインを付した文字列は、入れ
子文開始文字列である。また、図中2重のアンダライン
を付した文字は、対応する終了条件の文字である。即
ち、“{”と“}”とが対として格納され、“whil
e(){”と“} ”とが対として格納され、“for(){”
と“} ”とが対として格納され、“if(){ ”と“} ”と
が対として格納され、“switch(){”と“} ”とが対と
して格納され、“do(){ ”と“} ”とが対として格納さ
れている。また、“while() ”と“; ”とが対として格
納され、“for() ”と“; ”とが対として格納され、
“if()”と“; ”とが対として格納され、“do()”
と“; ”とが対として格納されている。再び、図1の説
明に戻る。
FIG. 2 is an explanatory diagram of details of the nested sentence determination table. In the figure, a character string with an underline is a nested sentence start character string. Characters with double underline in the figure are characters of the corresponding end condition. That is, “{” and “}” are stored as a pair, and “whil
e () {”and“} ”are stored as a pair, and“ for () {”
And “}” are stored as a pair, “if () {” and “}” are stored as a pair, “switch () {” and “}” are stored as a pair, and “do () { "" And "}" are stored as a pair. Also, "while ()" and ";" are stored as a pair, "for ()" and ";" are stored as a pair,
"If ()" and ";" are stored as a pair, and "do ()"
And “;” are stored as a pair. Again, returning to the description of FIG.

【0009】入れ子情報スタック2は、主記憶装置の一
部の領域等から成り、入力データに出現する入れ子文開
始文字列と、当該入れ子文開始文字列に対応した終了条
件の文字とを出現する順に入れ子情報として格納する。
また、最後に格納した入れ子情報から順に取り出す。
The nested information stack 2 is composed of a partial area of the main storage device and the like, and the nested sentence start character string appearing in the input data and the character of the end condition corresponding to the nested sentence start character string appear. Store as nesting information in order.
Also, the nest information stored last is taken out in order.

【0010】図3は、入れ子情報スタックの詳細の説明
図である。図示のように、入れ子情報スタックには、階
層21と、入れ子文ID22と、終了条件23とが格納
される。階層21は、入れ子の階層を示す数値である。
上から順に入れ子情報が格納されるとすると、図中上側
の階層から順に階層が深くなる。新たに入れ子情報が格
納されると、最上位に入れられ、下方の入れ子情報は押
し下げられる。また、取り出されるときは、最上位の階
層から取り出され、下方の入れ子情報は押し上げられ
る。
FIG. 3 is an explanatory diagram of details of the nesting information stack. As illustrated, the nesting information stack stores a layer 21, a nesting sentence ID 22, and an end condition 23. The layer 21 is a numerical value indicating a nested layer.
If the nesting information is stored in order from the top, the hierarchy becomes deeper from the top in the figure. When new nesting information is stored, it is placed at the top, and the nesting information below is pushed down. Also, when it is fetched, it is fetched from the highest hierarchy, and the nested information below is pushed up.

【0011】入れ子文ID22は、図2に示す入れ子文
判定テーブルに格納された入れ子文開始文字列を識別す
るためのIDである。終了条件23は、入れ子文開始文
字列に対応した終了条件の文字を格納する部分である。
再び、図1の説明に戻る。
The nested sentence ID 22 is an ID for identifying the nested sentence start character string stored in the nested sentence determination table shown in FIG. The end condition 23 is a part for storing the character of the end condition corresponding to the nested sentence start character string.
Again, returning to the description of FIG.

【0012】インデント設定手段3は、入れ子情報スタ
ック2に格納された入れ子情報の総数に応じた大きさの
インデントを入力データに付加する。即ち、図3に示す
入れ子情報スタック中の階層21の最上位を参照し、こ
こに格納された数値と、インデント設定の単位Lを乗算
した数の空白文字を自動的に入力する。入れ子関係判断
手段4は、入力データに、入れ子情報スタック2に最後
に格納された入れ子文開始文字列に対応した入れ子終了
条件の文字が出現したか否かを判断する。そして、当該
入れ子条件の文字が出現したとき、入れ子情報スタック
2から最後に格納された入れ子情報を取り出す。一方、
入力データに、他の入れ子開始文字列が出現したとき、
当該他の入れ子情報を入れ子情報スタック2に格納す
る。次に、上述した装置における処理手順を説明する。
The indent setting means 3 adds to the input data an indent having a size corresponding to the total number of pieces of nest information stored in the nest information stack 2. That is, by referring to the highest level of the hierarchy 21 in the nested information stack shown in FIG. 3, a blank character of a number obtained by multiplying the numerical value stored here by the unit L of the indent setting is automatically input. The nesting relation judging means 4 judges whether or not the character of the nesting end condition corresponding to the nesting sentence start character string last stored in the nesting information stack 2 appears in the input data. Then, when the character of the nesting condition appears, the last-stored nesting information is taken out from the nesting information stack 2. on the other hand,
When another nesting start character string appears in the input data,
The other nesting information is stored in the nesting information stack 2. Next, a processing procedure in the above-mentioned device will be described.

【0013】図4は、本発明に係る処理手順を説明する
フローチャートであり、図5は、ソースプログラムの入
力の例を示す図である。図4に示すプログラムにおい
て、これから入力しようとする文がどの階層の入れ子の
下にあるかを認識し、その入れ子の階層に見合ったイン
デントをカレント行に設定する。ここで、カレント行と
は、プログラミング開発者が入力しているか、又は入力
しようとしている行をいう。
FIG. 4 is a flow chart for explaining the processing procedure according to the present invention, and FIG. 5 is a diagram showing an example of input of a source program. In the program shown in FIG. 4, it is recognized which level of nesting the sentence to be entered is under, and an indent corresponding to the nesting level is set in the current line. Here, the current line refers to a line which the programming developer is inputting or is about to input.

【0014】まず、オペレータは、カレント行を入力す
る(ステップS1)。その後、カレント行がどの入れ子
文の直下にあるかを、記憶した入れ子情報スタックのデ
ータの有無で判断する(ステップS2)。入れ子情報ス
タックにデータが存在している場合、即ちカレント行自
身が入れ子の中に存在している場合、入れ子情報スタッ
クの最上位の階層21の数値から調べた入れ子文の階層
を基にカレント行に対するインデント値を作成し、設定
する(ステップS3)。即ち、図5に示す入力の例42
の部分では常に入れ子が存在している状態となる。一
方、入れ子文がいっさい存在していない場合、カレント
行入力は、最上位の階層にいるものとしてインデント値
=“0”を作成して設定する(ステップS4)。これに
は、図5に示す入力の例41の部分が相当している。
First, the operator inputs the current line (step S1). After that, it is determined which nested sentence the current line is directly under by the presence or absence of the stored data in the nested information stack (step S2). When there is data in the nesting information stack, that is, when the current line itself exists in the nesting, the current line is based on the hierarchy of the nesting statement checked from the numerical value of the highest hierarchy 21 of the nesting information stack. An indent value for is created and set (step S3). That is, the input example 42 shown in FIG.
In the part of, nesting always exists. On the other hand, if there is no nested statement, the current line input is created and set with the indent value = “0” as being in the highest hierarchy (step S4). This corresponds to the part of the input example 41 shown in FIG.

【0015】そして、上記ステップS3又はS4で設定
したインデント位置に入力ポジションを移動し、ステッ
プS1で入力した行の出力を行なう(ステップS5)。
また、上記ステップS5で出力した行データの中に現在
の入れ子に関する終了条件となる文字が存在しているか
調べる(ステップS6)。このような終了条件の文字が
存在する場合、現在の入れ子は終了するので、入れ子情
報スタックから当該入れ子に対する情報を外す(ステッ
プS7)。例えば、図5に示す入れ子43に対しては終
了条件45の“}”が入力された時点で入れ子43は終
了することになる。
Then, the input position is moved to the indent position set in step S3 or S4, and the line input in step S1 is output (step S5).
Further, it is checked whether or not the line data output in the above step S5 includes a character which is an end condition for the current nesting (step S6). If such a character of the end condition exists, the current nesting ends, so the information for the nest is removed from the nest information stack (step S7). For example, with respect to the nesting 43 shown in FIG. 5, the nesting 43 ends when the end condition 45 “}” is input.

【0016】他方、ステップS8では、入力した行デー
タの中に他の入れ子文が含まれているかを調べる。これ
を調べる方法は、入れ子判定テーブルに登録されている
判定文字列との比較をし、一致していれば入れ子文とみ
なす。そして、ステップS9で、入れ子情報スタックへ
の記憶を行なう。例えば、図2に示す入れ子31の“wh
ile(){”に一致していれば、入れ子文IDに“whil
e(){”をセットし、階層に現在の入れ子階層に1加算し
た値をセットし、終了条件に入れ子判定テーブルに登録
されている“}”をセットする。図3に示す入れ子情報
スタックは、図5に示す最上位の入れ子47、 while文
の入れ子43、if文の入れ子46の順に格納した例であ
る。ステップS10では、行データが単純に最後の行か
否かを調べ、最後の行なら、処理を終了させている。こ
の例では、終了条件47の閉じカッコが入力された時点
で終了となる。
On the other hand, in step S8, it is checked whether the input line data includes another nested statement. The method for checking this is to compare with the judgment character string registered in the nesting judgment table, and if they match, it is regarded as a nested statement. Then, in step S9, storage in the nested information stack is performed. For example, the "wh" of the nest 31 shown in FIG.
If it matches ile () {”, the nested sentence ID is“ whil
e () {”is set, a value obtained by adding 1 to the current nesting hierarchy is set in the hierarchy, and“} ”registered in the nesting determination table is set in the end condition. The nesting information stack shown in FIG. 5 is an example in which the highest level nesting 47, the while statement nesting 43, and the if statement nesting 46 shown in Fig. 5 are stored in this order: In step S10, it is checked whether the row data is the last row, and the last row is checked. If this is the case, the processing is terminated.In this example, the processing is terminated when the closing parenthesis of the termination condition 47 is input.

【0017】[0017]

【発明の効果】以上説明したように、本発明の字下げ処
理方式によれば、入力データを構成する文と文との入れ
子関係を判断する手段と、入れ子の階層を基にインデン
トを設定する手段とを備えたので、コーディング時のイ
ンデント設定操作を自動で行なうことができる。従っ
て、プログラミング開発者への負荷を大幅に軽減するこ
とができる。この結果、プログラミング開発者が本来の
コーディング作業に集中でき、ソフトウェアの生産性及
び品質を大幅に向上することができる。
As described above, according to the indentation processing method of the present invention, means for judging the nesting relation between sentences forming input data and the indentation based on the nesting hierarchy are set. Since the means is provided, the indent setting operation at the time of coding can be automatically performed. Therefore, the load on the programming developer can be significantly reduced. As a result, the programming developer can concentrate on the original coding work, and the productivity and quality of the software can be greatly improved.

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

【図1】本発明の方式の装置の実施例のブロック図であ
る。
FIG. 1 is a block diagram of an embodiment of an apparatus according to the present invention.

【図2】入れ子判定テーブルの詳細の説明図である。FIG. 2 is an explanatory diagram of details of a nesting determination table.

【図3】入れ子情報スタックの詳細の説明図である。FIG. 3 is an explanatory diagram of details of a nested information stack.

【図4】本発明に係る処理手順を説明するフローチャー
トである。
FIG. 4 is a flowchart illustrating a processing procedure according to the present invention.

【図5】ソースプログラムの入力の例を示す図である。FIG. 5 is a diagram showing an example of input of a source program.

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

1 入れ子文判定テーブル 2 入れ子情報スタック 3 インデント設定手段 4 入れ子関係判断手段 1 Nested sentence judgment table 2 Nesting information stack 3 Indent setting means 4 Nesting relation judging means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 相互に入れ子関係にある入れ子文開始文
字列及び終了条件の文字を対にして格納する入れ子文判
定テーブルと、 入力データに出現する入れ子文開始文字列と、当該入れ
子文開始文字列に対応した終了条件の文字とを順次入れ
子情報として格納し、取り出し時は最後に格納した入れ
子情報から順に取り出す入れ子情報スタックと、 当該入れ子情報スタックに格納された入れ子情報の総数
に応じた大きさのインデントを入力データに付加するイ
ンデント設定手段と、 入力データに、前記入れ子情報スタックに最後に格納さ
れた入れ子文開始文字列に対応した入れ子終了条件の文
字が出現したか否かを判断し、当該入れ子条件の文字が
出現したとき、前記入れ子情報スタックから最後に格納
された入れ子情報を取り出す一方、入力データに、他の
入れ子開始文字列が出現したとき、当該他の入れ子情報
を前記入れ子情報スタックに格納する入れ子関係判断手
段とから成ることを特徴とする字下げ処理方式。
1. A nested statement determination table that stores a nested statement start character string and an end condition character that are in a nested relationship with each other, a nested statement start character string that appears in input data, and the nested statement start character. The characters of the end condition corresponding to the column are sequentially stored as nesting information, and at the time of fetching, the nesting information stack that is sequentially fetched from the last stored nesting information and the size according to the total number of nesting information stored in the nesting information stack And an indent setting means for adding an indent to the input data, and it is determined whether or not the character of the nesting end condition corresponding to the nesting sentence start character string last stored in the nesting information stack appears in the input data. , When the character of the nesting condition appears, the last stored nesting information is retrieved from the nesting information stack, while the input data And a nesting relation determining means for storing the other nesting information in the nesting information stack when another nesting start character string appears in the data.
JP27200491A 1991-09-24 1991-09-24 Indentation processing system Pending JPH0581008A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27200491A JPH0581008A (en) 1991-09-24 1991-09-24 Indentation processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27200491A JPH0581008A (en) 1991-09-24 1991-09-24 Indentation processing system

Publications (1)

Publication Number Publication Date
JPH0581008A true JPH0581008A (en) 1993-04-02

Family

ID=17507805

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27200491A Pending JPH0581008A (en) 1991-09-24 1991-09-24 Indentation processing system

Country Status (1)

Country Link
JP (1) JPH0581008A (en)

Similar Documents

Publication Publication Date Title
JP2005352612A (en) Device for supporting program development, and method for displaying variable name list
JPH0581008A (en) Indentation processing system
CN115098365A (en) SQL code debugging method and device, electronic equipment and readable storage medium
JP2009169573A (en) Analysis result output device and analysis result output method
JP2588210B2 (en) Help guide method
JP2570681B2 (en) Word processor
JPH1021192A (en) Operation extraction system and macro generation system
JPH09223111A (en) Method for executing command for data processor
JP3371434B2 (en) Layout editing device
EP0694835A1 (en) Integrated software command specification and documentation system
JP3087699B2 (en) Standard information simple input system and standard information simple input method
JPH11161666A (en) Method and device for document data retrieval and document editing device
JPH0232455A (en) Item extracting system
JP2623106B2 (en) Computer system
JPH0343659B2 (en)
JP2837611B2 (en) How to edit a program
CN118057779A (en) Communication network service processing method and device
JPH01116757A (en) Document forming device
JPH01297768A (en) Document processor
JPH03147128A (en) Program generation supporting system
JPH0581316A (en) Method and device extracting semantics of natural language sentence
JPH0588872A (en) Program structure diagram preparation processing system
JPH061470B2 (en) Text processor
JPH0695309B2 (en) Reuse method of intermediate language text
JPH0543134B2 (en)