JPH07141165A - Information processor - Google Patents

Information processor

Info

Publication number
JPH07141165A
JPH07141165A JP5169631A JP16963193A JPH07141165A JP H07141165 A JPH07141165 A JP H07141165A JP 5169631 A JP5169631 A JP 5169631A JP 16963193 A JP16963193 A JP 16963193A JP H07141165 A JPH07141165 A JP H07141165A
Authority
JP
Japan
Prior art keywords
program
natural language
programs
section
specification description
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
JP5169631A
Other languages
Japanese (ja)
Inventor
Hiroshi Yasuhara
宏 安原
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 JP5169631A priority Critical patent/JPH07141165A/en
Publication of JPH07141165A publication Critical patent/JPH07141165A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To easily retrieve a large amt. of existing programs and to understand and utilize the contents of the programs by providing this information processor with a specification describing part expressing the specification of each program in natural language and a retrieving part for retrieving a program having an objective function while referring to the specification describing part. CONSTITUTION:The specification describing part 22 expresses the specification of each program in natural language. Namely, the specification expressed by the natural language is added to a program to be used by a third person thereafter. Thus the specification of each program can be displayed on a display or the like to be retrieved. Since the efficiency and acceleration of retrieval may not be satisfactorily attained only by the function of the specification describing part 22, an analyzed specification described part 23 is also prepared. Namely, morpheme analysis and syntax analysis are automatically executed by well-known natural language processing and keywords and proper data for retrieval are generated. Consequently an objective program can be extracted from a large amt. of programs and utilized for coding.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プログラムを作成する
場合に、既に作成されたプログラムの利用や実行を容易
にした情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus that facilitates use and execution of a program already created when creating the program.

【0002】[0002]

【従来の技術】情報処理装置で使用されるプログラム
は、大半がアセンブラや高級言語で記述されている。こ
うした情報処理装置の利用分野が広まり、ますます多種
多様なソフトウェアの開発が要求されると、既に第三者
が作成したプログラムを利用し、新たなプログラムの作
成作業を容易にすることが好ましい。しかしながら、他
人の作成したプログラムを理解し利用するためには、そ
のプログラムの機能や実行される様々なステップの内容
を理解しなければならない。これには、プログラムとは
別に書かれた仕様書を参照するようにしている。しかし
ながら、このような仕様書は必ずしも全てのプログラム
について分かりやすく作成されているとは限らない。
2. Description of the Related Art Most programs used in information processing devices are written in assembler or high-level language. As the field of use of such information processing devices spreads and the development of more and more diverse software is required, it is preferable to use a program already created by a third party to facilitate the work of creating a new program. However, in order to understand and use programs created by others, it is necessary to understand the functions of the programs and the contents of various steps to be executed. For this, I refer to the specification written separately from the program. However, such specifications are not always created in an easy-to-understand manner for all programs.

【0003】また、プログラム本文の中に各種のコメン
トを記入し、第三者に分かりやすくプログラムを作成す
る方法もある。図2に、従来のプログラムコーディング
処理作業説明図を示す。例えば、この図の左側に示すよ
うに、プログラム名1を持つプログラムには、そのプロ
グラム本文2の中に必要に応じて各種のコメント文3が
記述されている。このプログラムを利用しようとするも
のは、このコメント文3を参照しながらプログラムを理
解し、このようなプログラムの全体あるいは一部を組み
込みながら新たなプログラムのコーディング処理4を進
める。
There is also a method of writing various comments in the body of a program so that the program can be easily understood by a third party. FIG. 2 shows an explanatory diagram of a conventional program coding processing operation. For example, as shown on the left side of this figure, in a program having a program name 1, various comment statements 3 are described in the program body 2 as needed. Those who intend to use this program understand the program by referring to the comment sentence 3 and proceed with the coding process 4 of a new program while incorporating the whole or a part of such a program.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記の
ような従来の方法には次のような解決すべき課題があっ
た。即ち、プログラム本文中に各種のコメント文が記述
されていても、記載方法はプログラム作成者の自由意志
に任されており、またコメント文を比較的沢山記入する
プログラマーもいれば、十分なコメント文を記入してい
ないプログラマーも存在する。従って、既存のプログラ
ムを広く簡便に利用することは容易でなく、プログラム
の生産性を低いものにしていた。また、従来のプログラ
ムの中には、できるだけ一般の人が理解し易いような自
然言語を用いたプログラムも存在する。しかしながら、
自然言語解釈の曖昧性や表現の冗長性等から必ずしも常
に使い易いものとは言えず、十分な普及には至っていな
い。
However, the above conventional methods have the following problems to be solved. That is, even if various comment statements are described in the program text, the description method is left to the free will of the program creator, and if there is a programmer who writes a relatively large number of comment statements, a sufficient comment statement is sufficient. Some programmers do not fill in. Therefore, it is not easy to use the existing program widely and easily, and the productivity of the program is low. Further, among conventional programs, there are also programs using natural language that are easy for general people to understand. However,
It is not always easy to use due to the ambiguity of natural language interpretation and the redundancy of expressions, etc., and it has not been sufficiently spread.

【0005】本発明は以上の点に着目してなされたもの
で、既存の大量のプログラムを容易に検索し、その内容
を理解して利用することを可能にした情報処理装置を提
供することを目的とするものである。
The present invention has been made in view of the above points, and it is an object of the present invention to provide an information processing apparatus capable of easily searching a large amount of existing programs and understanding and using the contents thereof. It is intended.

【0006】[0006]

【課題を解決するための手段】本発明の情報処理装置
は、所定の処理を実行する複数のプログラムを格納した
記憶部と、前記各プログラムに対応させて、各プログラ
ムの仕様を自然言語で表現した仕様記述部と、各プログ
ラムの仕様記述部を参照して、目的の機能を持つプログ
ラムを検索する検索部とを備えたことを特徴とするもの
である。なお、各プログラムを特定し呼び出して実行す
るための簡略名称から成るプログラム呼出し宣言部を各
プログラムに対応させて設けるとよい。また、仕様記述
部を構文解析して、検索可能な形式にデータ化した解析
済み仕様記述部を、各プログラムに対応させて設けても
よい。
An information processing apparatus according to the present invention expresses a specification of each program in a natural language in association with a storage unit storing a plurality of programs for executing a predetermined process and each of the programs. The specification description section and a search section for searching for a program having a desired function by referring to the specification description section of each program are provided. It should be noted that it is advisable to provide a program call declarative section consisting of a short name for specifying and calling and executing each program in association with each program. In addition, an analyzed specification description part, which is obtained by parsing the specification description part into data in a searchable format, may be provided in association with each program.

【0007】[0007]

【作用】この装置によりプログラムを検索する場合に
は、自然言語で記述された仕様記述部を参照する。解析
済み仕様記述部は、プログラムのキーワード検索等を容
易にするために、仕様記述部を書き直したものである。
こうして大量のプログラムから目的とするプログラムを
捜し出し、コーディングの際に利用する。プログラム呼
出し宣言部に書かれた簡略名称によって、各プログラム
はコマンドと同様に呼び出され、実行される。従って、
プログラムコーディング作業も容易になる。
When a program is searched by this device, the specification description section described in natural language is referred to. The analyzed specification description part is a rewrite of the specification description part in order to facilitate the keyword search of the program.
In this way, the target program is searched out from a large number of programs and used for coding. Each program is called and executed in the same manner as a command by the short name written in the program call declaration section. Therefore,
Program coding work also becomes easier.

【0008】[0008]

【実施例】以下、本発明を図の実施例を用いて詳細に説
明する。図1は、本発明の情報処理装置実施例を示すブ
ロック図である。本発明の装置は、例えばこのようなブ
ロック構成により実現する。図において、バスライン1
1には、プログラム作成部12、検索部13、実行部1
4及び記憶部15が接続されている。プログラム作成部
12は、プログラムコーディング処理16を行なう場合
に操作するキーボードやディスプレイ等の装置から構成
される。検索部13は利用対象となるプログラムを検索
するために、検索要求17を行なうと、例えばキーワー
ド検索や分類記号等による検索を実行し表示する部分で
ある。検索要求の入力はキーボード等が用いられ、結果
の表示にはディスプレイ等が使用される。
The present invention will be described in detail below with reference to the embodiments shown in the drawings. FIG. 1 is a block diagram showing an embodiment of an information processing apparatus of the present invention. The device of the present invention is realized by such a block configuration, for example. In the figure, bus line 1
1 includes a program creation unit 12, a search unit 13, and an execution unit 1.
4 and the storage unit 15 are connected. The program creating unit 12 is composed of devices such as a keyboard and a display which are operated when the program coding process 16 is performed. When a search request 17 is made to search for a program to be used, the search unit 13 is a unit for executing and displaying a keyword search or a search by a classification symbol, for example. A keyboard or the like is used to input the search request, and a display or the like is used to display the results.

【0009】実行部14は、所定のプログラム呼出し1
8を受けると、記憶部15のプログラムライブラリから
オブジェクトプログラム26を呼び出し、実行するため
のプロセッサ等から構成される。なお、オブジェクトプ
ログラム26を実行するモードの他、ソースプログラム
をインタプリートするモードによる動作も可能なことが
好ましい。記憶部15にはプログラムライブラリが格納
される。このプログラムライブラリを構成する各プログ
ラムは、プログラム呼出し宣言部21、仕様記述部2
2、解析済み仕様記述部23、プログラム宣言部24、
プログラム記述部25及びオブジェクトプログラム26
を備えている。
The execution section 14 calls a predetermined program call 1
When it receives 8, it comprises a processor for calling and executing the object program 26 from the program library of the storage unit 15. In addition to the mode of executing the object program 26, it is preferable that the operation in the mode of interpreting the source program is also possible. A program library is stored in the storage unit 15. Each program constituting this program library has a program call declaration section 21, a specification description section 2
2, analyzed specification description section 23, program declaration section 24,
Program description section 25 and object program 26
Is equipped with.

【0010】プログラム宣言部24とプログラム記述部
25とは、従来のソースプログラムに備えられていたも
ので、プログラム宣言部24において、プログラムで使
用される変数その他の定義が記述され、プログラム記述
部25には実際のソースプログラムが記述される。オブ
ジェクトプログラム26は、このようなソースプログラ
ムを実行可能な形式に変換したものである。プログラム
呼出し宣言部21、仕様記述部22及び解析済み仕様記
述部23は、本発明において新たに設けられたものであ
る。これらは各プログラムに対応させてそれぞれ設けら
れる。
The program declaration section 24 and the program description section 25 are provided in a conventional source program. In the program declaration section 24, variables and other definitions used in the program are described, and the program description section 25 is described. The actual source program is described in. The object program 26 is such a source program converted into an executable format. The program call declaration unit 21, the specification description unit 22, and the analyzed specification description unit 23 are newly provided in the present invention. These are provided corresponding to each program.

【0011】図3に、本発明の装置のプログラムライブ
ラリ説明図を示す。まず、プログラム呼出し宣言部21
は、例えばこの図の右側に示すように、数字“99”の
ような各プログラムを特定する簡略名称から構成され
る。本発明においては、この簡略名称をコマンドと同様
に使用することによって、プログラムライブラリに含ま
れるプログラムを自由に利用し実行させることができる
ようになっている。なお、各プログラムはそれぞれ一定
の処理を実行するものであるが、この場合にプログラム
実行のために予め与えられるべきデータや出力データ等
が存在する。これを引数と言うが、プログラム実行の際
には、上記のようなプログラムの簡略名称に付け加えて
必要な引数をセットし、プログラムを実行させることに
なる。
FIG. 3 shows a program library explanatory diagram of the apparatus of the present invention. First, the program call declaration section 21
Is composed of a short name that identifies each program, such as the number "99", as shown on the right side of this figure. In the present invention, by using this short name in the same manner as the command, the program included in the program library can be freely used and executed. It should be noted that each program executes a certain process, but in this case, there are data, output data, and the like to be given in advance for program execution. This is called an argument, but when the program is executed, the necessary arguments are set in addition to the above-mentioned short name of the program, and the program is executed.

【0012】仕様記述部22は、各プログラムの仕様を
自然言語で表現したものである。即ち、本発明において
は、後で第三者が利用する可能性のあるプログラムにつ
いては、このように自然言語で表現した仕様を付加する
ようにしている。例えば、この例では、「列車番号の
($1)の駅($2)から駅($3)の間の座席を($
4)席予約する。」といった内容のものとなっている。
この場合の引数は($1)から($4)までの4個のデ
ータとなる。従って、簡略名称“99”によりプログラ
ムを呼び出し、これらの引数を与えると、このプログラ
ムによって座席予約が実行されることになる。
The specification description section 22 expresses the specifications of each program in natural language. That is, in the present invention, the specification expressed in the natural language is added to the program that may be used by a third party later. For example, in this example, "the seat between the station ($ 1) of the train number ($ 2) and the station ($ 3) is ($
4) Reserve a seat. The contents are such as ".
The argument in this case is four pieces of data from ($ 1) to ($ 4). Therefore, when the program is called by the short name "99" and these arguments are given, the seat reservation is executed by this program.

【0013】このようなプログラムの仕様は、図1に示
したような情報処理装置によってディスプレイ等に表示
して検索することが可能である。しかしながら、大量の
プログラムの中から目的とする機能を持つプログラムを
検索するためには、キーワードや分類等による検索が好
ましい。このような場合、プログラム作成者が自然言語
で作成した仕様記述部22のみでは、検索の効率化、高
速化が不十分な場合も生じる。そこで、解析済み仕様記
述部23を設ける。即ち、この解析済み仕様記述部23
は、よく知られた自然言語処理によって自動的に形態素
解析及び構文解析し、キーワードやその他検索のために
適切なデータを生成したものである。例えば、この例で
は列車の座席予約のプログラムの内容を表示する各種の
データを保持する。例えば図のようにキーワードの係り
受け関係も表示することにすればキーワードのみならず
文の意味も解釈できる。図1に示す検索部13は、単に
仕様記述部をディスプレイに順番に表示するような人手
検索を可能にする構成であってもよいし、解析済み仕様
記述部23に用意されたキーワード等を自動検索する検
索処理プログラム等から構成されてもよい。
The specifications of such a program can be displayed on a display or the like and retrieved by the information processing apparatus as shown in FIG. However, in order to search for a program having a desired function from a large number of programs, it is preferable to search by keywords or classification. In such a case, the efficiency and speed of the search may not be sufficient if only the specification description section 22 created by the program creator in natural language is insufficient. Therefore, the analyzed specification description section 23 is provided. That is, this analyzed specification description part 23
Is a morpheme analysis and syntactic analysis that is automatically performed by well-known natural language processing to generate keywords and other appropriate data for retrieval. For example, in this example, various data for displaying the contents of the train seat reservation program are held. For example, if the dependency relationship of keywords is displayed as shown in the figure, not only the keywords but also the meaning of the sentence can be interpreted. The search unit 13 shown in FIG. 1 may be configured to enable a manual search by simply displaying the specification description unit in order on the display, or to automatically search the keywords prepared in the analyzed specification description unit 23. It may be composed of a search processing program for searching.

【0014】以上の構成の本発明の情報処理装置は、実
際には次のようにして使用される。まず、プログラマー
は、自己が作成しようとするプログラムの構成をプラン
ニングし、過去に利用できるプログラムが存在するかど
うかを検索する。これは、図1に示す検索要求17によ
って検索部13が実行する。ここで、例えば列車の座席
予約であれば、「列車」、「予約」、「座席」といった
キーワードを用いてプログラムの検索を行なう。これに
よって、いくつかのプログラムが抽出されると、プログ
ラマーはその仕様記述部22を読み、プログラムの内容
を理解する。その後は、プログラムコーディング処理1
6によってプログラム作成部12に通常のプログラムを
記述し、先に説明した要領でプログラムの簡略名称と引
数を用いた処理を組み込む。その後、作成されたプログ
ラムをプログラムライブラリに加えると共にそのプログ
ラムを実行させると、プログラム呼出し18によって実
行部14がそのプログラムの実行を行なう。
The information processing apparatus of the present invention having the above configuration is actually used as follows. First, the programmer plans the structure of the program he is trying to create and searches for a program that can be used in the past. This is executed by the search unit 13 in response to the search request 17 shown in FIG. Here, for example, in the case of train seat reservation, a program search is performed using keywords such as "train", "reservation", and "seat". By this, when some programs are extracted, the programmer reads the specification description section 22 and understands the contents of the programs. After that, program coding process 1
An ordinary program is described in the program creating section 12 by 6, and the processing using the short name and the argument of the program is incorporated in the manner described above. After that, when the created program is added to the program library and the program is executed, the execution unit 14 executes the program by the program call 18.

【0015】図4に、本発明によるプログラム例説明図
を示す。本発明によってプログラムを作成すると、この
図に示すような構成となる。即ち、このプログラム本文
30には、例えばその上から順に、データXXXを読む
という処理に続いて、XXXとYYYを引数としてプロ
グラム「77」を実行する処理が記述されている。次
に、プログラム「77」を実行して得られたYYYをメ
モリに格納する処理があり、更にYYYを引数としてプ
ログラム「88」を実行するという処理が記述されてい
る。なお、このようなプログラムコーディングを行なう
場合に、プログラムの簡略名称である「77」とか「8
8」といった数字には、プログラムの簡略名称であるこ
とを明確にするために、例えば%%という記号をその先
頭に付けている。プログラム本文中に簡略名称と引数に
よって読み込まれたプログラム呼出しは、自動的にプロ
グラムライブラリとリンクして実行される。
FIG. 4 shows an explanatory diagram of a program example according to the present invention. When a program is created according to the present invention, the structure is as shown in this figure. That is, the program text 30 describes, for example, a process of reading the data XXX and a process of executing the program “77” with XXX and YYY as arguments, in order from the top. Next, there is a process of storing YYY obtained by executing the program “77” in the memory, and further a process of executing the program “88” with YYY as an argument. When performing such program coding, the short name of the program such as "77" or "8" is used.
In order to make it clear that it is the short name of the program, the number such as “8” is prefixed with a symbol such as %%. The program call read by the short name and argument in the program text is automatically linked with the program library and executed.

【0016】なお、上記のようなプログラムライブラリ
の各宣言部、記述部等は、それぞれ論理的な構造を表し
たもので、互いにポインタにより結合され管理されるよ
うになっていればよい。図1において、新たなプログラ
ムが作成されると、プログラム作成部12はプログラム
をコンパイルしてオブジェクトプログラムを作成し、仕
様記述部22の自然言語について自然言語処理を実行
し、ここに出てくる文章の形態素情報や構文木を作成し
て、解析済み仕様記述部23を生成する。このようにし
て作成された新たなプログラムはプログラムライブラリ
に含められ、更に第三者に利用させることができる。な
お、プログラム呼出し宣言部21と仕様記述部22の内
容を印刷物にしてまとめたものをプログラマーが所持す
るといった方法によってプログラムを検索することも可
能である。
It should be noted that each of the declarative part, the descriptive part, etc. of the program library as described above represents a logical structure, and may be managed by being connected to each other by a pointer. In FIG. 1, when a new program is created, the program creation unit 12 compiles the program to create an object program, executes natural language processing on the natural language of the specification description unit 22, and outputs a sentence. The morpheme information and the syntax tree are created to generate the analyzed specification description unit 23. The new program created in this way is included in the program library and can be used by a third party. Note that it is also possible to search for a program by a method in which the programmer possesses the printed contents of the program call declaration section 21 and the specification description section 22, which are summarized.

【0017】本発明は以上の実施例に限定されない。上
記プログラム呼出し宣言部21は、記述を簡単にするた
め数値等を用いたが、アルファベット等の記号を用いて
も差し支えない。また、第三者の利用を容易にするため
に、仕様記述部は自然言語による説明のみならず、図表
等も含めるようにしてよい。プログラムライブラリに
は、上記のほかに、従来と同様のプログラム宣言部、プ
ログラム記述部及びオブジェクトプログラムのみで構成
されたプログラムが格納されていてもよい。第三者が後
で検索し、利用する可能性のあるプログラムについての
み、本発明のようなプログラム呼出し宣言部等を付加す
れば足りる。
The present invention is not limited to the above embodiments. The program call declarative section 21 uses numerical values or the like to simplify the description, but symbols such as alphabets may be used. Further, in order to facilitate the use by a third party, the specification description section may include not only a description in natural language but also a chart or the like. In addition to the above, the program library may store a program composed of only a program declarative section, a program description section, and an object program as in the conventional case. It suffices to add the program call declarative part as in the present invention only to a program that a third party may retrieve and use later.

【0018】[0018]

【発明の効果】以上説明した本発明の情報処理装置は、
プログラマーが利用を希望するプログラム毎にその内容
を分かりやすく説明した仕様記述部が設けられ、これを
検索することができるため、既存のプログラムの主要な
機能を直感的に理解し易く、利用が容易になる。また、
仕様記述部の形態素解析及び構文解析をし、解析済み仕
様記述部を設けると、自動的に大量のプログラムの中か
ら目的とする機能を持つプログラムを速やかに容易に検
索することが可能になる。
The information processing apparatus of the present invention described above is
For each program that the programmer wants to use, a specification description section that explains the contents in an easy-to-understand manner is provided and can be searched, making it easy to intuitively understand the main functions of existing programs and easy to use. become. Also,
By performing morphological analysis and syntactic analysis of the specification description section and providing an analyzed specification description section, it becomes possible to automatically and quickly search for a program having a target function from a large number of programs.

【0019】更に、各プログラムに簡略名称を付けてプ
ログラム呼出し宣言部に格納することにより、プログラ
ムコーディングの際、各プログラムを簡単に呼び出すこ
とができるようになり、頻繁に使用する定常的なルーチ
ンをコマンドと同様に簡単に取り扱うことが可能にな
る。従って、各プログラムの詳細な内容を知らなくて
も、これらのプログラムを容易に利用し、新たな複雑な
プログラムの作成と実行が容易になる。
Furthermore, by storing each program with a short name in the program call declaration section, each program can be easily called during program coding, and a routine routine that is frequently used can be stored. It can be handled as easily as commands. Therefore, even if the detailed contents of each program are not known, it is possible to easily use these programs and create and execute a new complicated program.

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

【図1】本発明の情報処理装置実施例を示すブロック図
である。
FIG. 1 is a block diagram showing an embodiment of an information processing apparatus of the present invention.

【図2】従来のプログラムコーディング作業説明図であ
る。
FIG. 2 is an explanatory diagram of a conventional program coding work.

【図3】本発明の装置のプログラムライブラリ説明図で
ある。
FIG. 3 is an explanatory diagram of a program library of the device of the present invention.

【図4】本発明によるプログラム例説明図である。FIG. 4 is an explanatory diagram of a program example according to the present invention.

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

12 プログラム作成部 13 検索部 14 実行部 15 記憶部 21 プログラム呼出し宣言部 22 仕様記述部 23 解析済み仕様記述部 12 Program Creation Section 13 Search Section 14 Execution Section 15 Storage Section 21 Program Call Declaration Section 22 Specification Description Section 23 Analyzed Specification Description Section

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 所定の処理を実行する複数のプログラム
を格納した記憶部と、 前記各プログラムに対応させて、各プログラムの仕様を
自然言語で表現した仕様記述部と、 各プログラムの仕様記述部を参照して、目的の機能を持
つプログラムを検索する検索部とを備えたことを特徴と
する情報処理装置。
1. A storage unit storing a plurality of programs for executing a predetermined process, a specification description unit expressing the specifications of each program in a natural language corresponding to each program, and a specification description unit of each program. And an information processing device for searching for a program having a desired function.
【請求項2】 各プログラムを特定し呼び出して実行す
るための簡略名称から成るプログラム呼出し宣言部を各
プログラムに対応させて設けたことを特徴とする請求項
1記載の情報処理装置。
2. The information processing apparatus according to claim 1, further comprising a program call declaring section having a short name for identifying and calling each program and executing the program so as to correspond to each program.
【請求項3】 仕様記述部を構文解析して、検索可能な
形式にデータ化した解析済み仕様記述部を、各プログラ
ムに対応させて設けたことを特徴とする請求項1記載の
情報処理装置。
3. The information processing apparatus according to claim 1, further comprising: an analyzed specification description section, which is obtained by parsing the specification description section into data in a searchable format, corresponding to each program. .
JP5169631A 1993-06-16 1993-06-16 Information processor Pending JPH07141165A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5169631A JPH07141165A (en) 1993-06-16 1993-06-16 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5169631A JPH07141165A (en) 1993-06-16 1993-06-16 Information processor

Publications (1)

Publication Number Publication Date
JPH07141165A true JPH07141165A (en) 1995-06-02

Family

ID=15890084

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5169631A Pending JPH07141165A (en) 1993-06-16 1993-06-16 Information processor

Country Status (1)

Country Link
JP (1) JPH07141165A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009301385A (en) * 2008-06-16 2009-12-24 Yahoo Japan Corp Name database creation device, method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009301385A (en) * 2008-06-16 2009-12-24 Yahoo Japan Corp Name database creation device, method, and program

Similar Documents

Publication Publication Date Title
US6305008B1 (en) Automatic statement completion
KR101098718B1 (en) System and method for creating, managing and using code segments
Cunningham GATE, a general architecture for text engineering
JP4140980B2 (en) A syntax-independent display method for computer programs that display program trees.
US7865870B2 (en) Automatic content completion of valid values for method argument variables
US6493661B1 (en) Reusable multi-language support facility for software
US6219831B1 (en) Device and method for converting computer programming languages
JP5147240B2 (en) Method and system for reversible design tree transformation
KR20080038306A (en) Nullable and late binding
US8433729B2 (en) Method and system for automatically generating a communication interface
US20190278569A1 (en) In-line code adornments
CN114564195B (en) B/S architecture-based secondary development method for cloud CAD platform
KR100417655B1 (en) Regulating information generator and program development system composed of regulator
JPH07141165A (en) Information processor
GB2420638A (en) Method of substituting code fragments in Internal Representation
Scott et al. A grammar-based approach to automatic generation of user-interface dialogues
JPH07146785A (en) Method for automatically generating program and device therefor
Haberman System development environments
JP2977642B2 (en) FORTRAN compilation processor
Meertens et al. An implementation of the B programming language
EP0694835A1 (en) Integrated software command specification and documentation system
JP2946509B2 (en) Control method of interactive manual
Graham Languages and interactive software development
JP2000181691A (en) Program structure analysis system
Parker A program development system for the casual programmer