JPH07191858A - Simulation interpreter - Google Patents
Simulation interpreterInfo
- Publication number
- JPH07191858A JPH07191858A JP33115993A JP33115993A JPH07191858A JP H07191858 A JPH07191858 A JP H07191858A JP 33115993 A JP33115993 A JP 33115993A JP 33115993 A JP33115993 A JP 33115993A JP H07191858 A JPH07191858 A JP H07191858A
- Authority
- JP
- Japan
- Prior art keywords
- simulation
- data
- input
- input data
- syntax
- 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.)
- Withdrawn
Links
Landscapes
- Devices For Executing Special Programs (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、テキスト形式によるデ
ータの入力を用いるシミュレータに関し、特にその入力
に構文規則を有しているシミュレータに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a simulator that uses input of data in text format, and more particularly to a simulator that has syntax rules in its input.
【0002】[0002]
【従来の技術】従来、シミュレーションにはそのシミュ
レータに応じた入力ファイルを準備し、シミュレーショ
ンを実行。その後、記述ミス等を訂正し、再度実行し解
析結果を得ていた。また、入力ファイルの編集や結果の
表示においても、それぞれ別のシステムやプログラムと
して存在するものを利用して行なっていた。2. Description of the Related Art Conventionally, for simulation, an input file corresponding to the simulator is prepared and the simulation is executed. After that, the description error was corrected and the analysis result was obtained again. Further, the editing of the input file and the display of the result are performed by utilizing the existing systems and programs.
【0003】以下、従来のシミュレーションの実行方法
について図面を用いてさらに詳細に説明する。Hereinafter, a conventional simulation execution method will be described in more detail with reference to the drawings.
【0004】図3に示すように、従来のシミュレーショ
ンの実行までの処理フローは、入力ファイルを作成する
入力ファイル作成処理A1と、シミュレーションを実行
するシミュレーション実行処理A2と、構文上の問題が
発生した場合にその問題が発生した部分を修正するA3
と、A2で示すシミュレーションの実行により出力され
た解析結果をグラフ等に出力する結果の表示処理A4に
よるフローから構成されている。図3に示すフローを説
明すると、構文に問題がある場合、シミュレーションが
正常終了しない場合、目的とする解析結果が得られなか
った場合、図3に示すシミュレーション実行処理A2
と、入力ファイル編集処理A3を繰り返して実行するこ
とで、目的とする解析結果を得ていた。まず、A1に於
いて入力ファイルを作成しシミュレーション実行処理A
2を実行することで構文上の問題を発見し、構文上の問
題が発生した場合には、入力ファイル編集処理A3にお
いて入力ファイルの編集を行ない、再度実行を繰り返す
ことで入力ファイルの構文上の問題を取り除いていた。As shown in FIG. 3, in the conventional process flow up to the execution of the simulation, an input file creation process A1 for creating an input file, a simulation execution process A2 for executing the simulation, and a syntax problem occur. A3 to correct the part where the problem occurs
And a flow of the result display process A4 of outputting the analysis result output by the execution of the simulation shown by A2 to a graph or the like. The flow shown in FIG. 3 will be described. If there is a syntax problem, if the simulation does not end normally, or if the desired analysis result is not obtained, then the simulation execution process A2 shown in FIG.
Then, the target analysis result was obtained by repeatedly executing the input file editing process A3. First, create an input file in A1 and perform simulation execution process A
If a syntax problem is found by executing step 2 and a syntax problem occurs, the input file is edited in the input file editing process A3, and the execution is repeated again to improve the syntax of the input file. I was removing the problem.
【0005】構文上の問題が無くなった段階でシミュレ
ーションにおける問題の修正を行なう。シミュレーショ
ンに於ける問題が発生した場合には、さらに入力ファイ
ル編集処理A3において、シミュレーションに於ける問
題部分を修正し、再度シミュレーション実行処理A2を
繰り返すことで解析結果を得ていた。The problem in the simulation is corrected when the syntactic problem disappears. When a problem occurs in the simulation, the problem part in the simulation is further corrected in the input file editing process A3, and the simulation execution process A2 is repeated again to obtain the analysis result.
【0006】さらに、図3に示すように目的とする解析
結果を得るには、シミュレーション実行処理A2に於い
て出力された解析結果を元に、解析結果の表示処理A4
で示す別システムや別のプログラムを用いて解析結果を
グラフ等で出力し、その解析結果が目的とする結果を示
しているかを検討し、解析結果が目的としている結果で
無い場合には、入力ファイル編集処理A3により入力フ
ァイルを修正し目的とする解析結果が得られるまで入力
ファイル編集処理A3からシミュレーション実行処理A
2、結果表示処理A4を繰り返すことで目的とする解析
結果を得ていた。Further, in order to obtain a desired analysis result as shown in FIG. 3, an analysis result display process A4 is performed based on the analysis result output in the simulation execution process A2.
Output the analysis result as a graph using another system or another program shown in, examine whether the analysis result shows the desired result, and if the analysis result is not the desired result, input it. From the input file editing process A3 to the simulation execution process A until the input file is corrected by the file editing process A3 and the desired analysis result is obtained.
2. The desired analysis result was obtained by repeating the result display process A4.
【0007】[0007]
【発明が解決しようとする課題】上述したシミュレーシ
ョンの実行方法では、入力ファイル中に構文上の問題が
発生した場合、構文上の問題の数分繰り返し入力ファイ
ルの編集処理とシミュレーションの実行処理を行なう必
要がある。また、シミュレーション実行に於ける問題に
ついても、問題の数分の入力ファイル編集処理とシミュ
レーション実行処理を繰り返す必要がある。また、目的
とする解析結果を得る為には入力ファイルの編集処理、
シミュレーション実行処理、出力結果表示処理する為の
プログラム等、別のプログラムを繰り返し起動する必要
があり、その為に入力ファイルの修正ミス等を引きおこ
すと言う欠点がある。In the above-described simulation execution method, when a syntax problem occurs in the input file, the input file editing process and the simulation execution process are repeated for the number of syntax problems. There is a need. Also, regarding problems in simulation execution, it is necessary to repeat the input file editing process and the simulation execution process for the number of problems. Also, in order to obtain the desired analysis result, edit processing of the input file,
It is necessary to repeatedly start another program such as a program for simulation execution processing and output result display processing, which causes a defect that an input file correction error or the like is caused.
【0008】また、入力とするデータの構文の拡張を行
なうには、シミュレータ本体の入力部分を修正する必要
があるという欠点も有している。Further, there is a drawback that the input part of the simulator body needs to be modified in order to expand the syntax of the input data.
【0009】[0009]
【課題を解決するための手段】本発明のシミュレーショ
ンインタプリタは入力されたコマンドの解析や実行を行
なうコマンド解析インタプリタと、入力データよりその
データの正当性をチェックするパーサーと、入力データ
中の記述にあるマクロ等の展開を行なうプリプロセッサ
と、シミュレーション実行に必要なデータの生成を行う
ジェネレータと、入力ファイルの編集や解析結果の表示
を行うコマンドで構成される。The simulation interpreter of the present invention is a command analysis interpreter for analyzing and executing an input command, a parser for checking the correctness of the input data, and a description in the input data. It consists of a preprocessor that expands certain macros, a generator that generates the data required for simulation execution, and commands that edit the input file and display the analysis results.
【0010】[0010]
【実施例】次に本発明について図面を参照して説明す
る。The present invention will be described below with reference to the drawings.
【0011】図2に示すように本発明の実施例に用いる
情報処理システムは、コマンド等を入力するキーボート
等の入力手段αと、入力データ等を記憶する磁器ディス
ク装置等の外部記憶手段βと、アプリケーションプログ
ラムが走る中央処理装置などの処理実行手段δと、中央
処理装置が直接編集・実行を行う主記憶装置γと、モニ
ター等の画面表示手段εと、画面上に存在するカーソル
を移動させたり、ボタンを押すことで画面上のカーソル
が示している部分を選択するマウスΖから構成される。As shown in FIG. 2, the information processing system used in the embodiment of the present invention comprises an input means α such as a keyboard for inputting a command and the like, and an external storage means β such as a porcelain disk device for storing the input data and the like. , A processing execution means δ such as a central processing unit on which an application program runs, a main memory γ directly edited and executed by the central processing unit, a screen display means ε such as a monitor, and a cursor existing on the screen are moved. Or it consists of a mouse Z that selects the part indicated by the cursor on the screen by pressing a button.
【0012】図1に示すように本発明の1実施例は図2
の処理実行手段δで走るアプリケーションプログラムで
入力されたコマンドの解析や実行を行うコマンド解析イ
ンタプリタB1と入力データを読み込むファイル読み込
み処理B2と、シミュレーションを実行するシミュレー
ション実行処理B3と、データの編集を行なうデータ編
集処理4と、シミュレーションの結果を表示する結果表
示処理B5と、本システムを終了する終了処理B6によ
り構成される。シミュレーションの実行処理において
は、入力データ中に含まれるマクロ等の記述を展開する
プリプロセッサB31と、入力データの構文解析を行な
うパーサーB32と、シミュレーションの実行に必要な
データの生成を行うジェネレータB33と、シミュレー
タの起動を行なうシミュレータ起動処理B34により構
成される。As shown in FIG. 1, one embodiment of the present invention is shown in FIG.
Command analysis interpreter B1 for analyzing and executing commands input by the application program running by the process executing means δ, file reading process B2 for reading input data, simulation execution process B3 for executing simulation, and data editing. It is composed of a data editing process 4, a result displaying process B5 for displaying the result of the simulation, and an ending process B6 for ending the present system. In the simulation execution process, a preprocessor B31 that expands the description of a macro or the like contained in the input data, a parser B32 that performs a syntax analysis of the input data, a generator B33 that generates the data necessary for executing the simulation, It is configured by a simulator activation process B34 for activating the simulator.
【0013】本実施例で扱うシミュレータは、回路解析
を行なうシミュレータで入力データの構文規則は図4に
示す構文を用いる。先頭文字がMで始まる行はトランジ
スタの記述を示すものである。このトランジスタの記述
においては、図4に示す構文が全て必須であり、またL
=やW=で指定されら値は0以上の値でなくてはならな
い。またXで始まる行はマクロ素子を示す記述であ
る。.SUBCKT〜.END中では、マクロ素子で記
述されたマクロの内部回路を示す記述が出来るものであ
る。マクロ素子として記述された場合の参照する内部回
路の記述が、必ず入力データ中に存在しなければならな
い。先頭文字が*で始まる行はコメント行としてシミュ
レーションには関係の無い行である。本実施例で扱う入
力データの例を図5に示す。The simulator used in this embodiment is a simulator for circuit analysis, and the syntax of input data uses the syntax shown in FIG. The line in which the first letter starts with M shows the description of the transistor. In the description of this transistor, all the syntax shown in FIG.
The value specified by = or W = must be a value of 0 or more. The line starting with X is a description indicating a macro element. . SUBCKT ~. In END, a description showing an internal circuit of a macro described by a macro element can be made. The description of an internal circuit to be referred to when described as a macro element must be present in the input data without fail. A line in which the first character starts with * is a comment line that is not related to the simulation. An example of input data handled in this embodiment is shown in FIG.
【0014】以下に本実施例について詳しく説明する。
別プログラムとして存在するファイルを編集するプログ
ラム(以降エディタと称す)によりシミュレーションに
必要な入力データを作成し図2の外部記憶装置βに記憶
する。または、図1に示すコマンド解析インタプリタB
1より本コマンド解析インタプリタに準備される編集コ
マンドを入力し入力データ編集処理B4により、入力デ
ータを作成し図2に示す外部記憶装置βに記憶する。The present embodiment will be described in detail below.
Input data required for simulation is created by a program (hereinafter referred to as an editor) that edits a file that exists as a separate program, and is stored in the external storage device β in FIG. Alternatively, the command analysis interpreter B shown in FIG.
An edit command prepared by the command analysis interpreter is input from 1 and input data is created by input data edit processing B4 and stored in the external storage device β shown in FIG.
【0015】図2に示す入力手段αより本コマンド解析
インタプリタに準備されるファイルの読み込みコマンド
を入力することでファイル読み込み処理B2を実行し、
入力となるシミュレーション用の入力データを図2に示
す主記憶装置γにその内容を読み込む。入力データが複
数のファイルに分割されている場合には、その入力ファ
イルを再度ファイル読み込みコマンドを入力すること
で、図2に示す主記憶装置γに追加読み込みを行なう。The file reading process B2 is executed by inputting a file reading command prepared in the command analysis interpreter from the input means α shown in FIG.
The contents of the input data for simulation to be input are read into the main memory γ shown in FIG. When the input data is divided into a plurality of files, the file read command is input again for the input file to additionally read the main storage device γ shown in FIG.
【0016】図2に示す入力手段αより図1に示す本コ
マンドインタプリタに準備されるシミュレーションの実
行コマンドを入力することでシミュレーション実行処理
B3を実行し、シミュレーションを実行する。The simulation execution process B3 is executed by inputting a simulation execution command prepared in the command interpreter shown in FIG. 1 from the input means α shown in FIG. 2 to execute the simulation.
【0017】シミュレーションの実行コマンドにより図
2の主記憶装置γに読み込まれている入力データが図1
に示す入力データ中のマクロ等の記述を展開するプリプ
ロセッサB31により展開される。その後、図1に示す
入力データの構文規則を解析するパーサB32に渡さ
れ、構文上の問題を全て図2に示すモニタεに表示す
る。図5に示す例の場合、5,6行目は、図4に示す構
文規則でのトランジスタ記述であるがL=の記述が無い
為、エラーとして出力する。この段階でパーサはシミュ
レーションの実行処理を中止しコマンド解析インタプリ
タのコマンド入力待ちとなる。入力データ中に存在する
全ての構文エラーはこの段階で表示される。図1に示す
本コマンド解析インタプリタB1のコマンドとして準備
されているデータ編集コマンドによりデータ編集処理B
4を用いて図2で示す主記憶装置γに読み込まれた入力
データを編集し、構文上の問題を取り除くことが出来
る。これによりシミュレーションを実行することなく入
力ファイル中に存在する全ての構文上の問題をチェック
することが出来る。The input data read in the main memory γ of FIG. 2 by the simulation execution command is shown in FIG.
The description is expanded by the preprocessor B31 which expands the description of the macro or the like in the input data shown in FIG. Then, it is passed to the parser B32 which analyzes the syntax rule of the input data shown in FIG. 1, and all the syntax problems are displayed on the monitor ε shown in FIG. In the case of the example shown in FIG. 5, the fifth and sixth lines are transistor descriptions in the syntax rule shown in FIG. 4, but since there is no description of L =, an error is output. At this stage, the parser stops the simulation execution process and waits for the command input of the command analysis interpreter. All syntax errors present in the input data will be displayed at this stage. The data editing process B is performed by the data editing command prepared as the command of the command analysis interpreter B1 shown in FIG.
4 can be used to edit the input data read into the main memory γ shown in FIG. 2 to eliminate a syntax problem. This allows you to check for any syntactic problems present in the input file without running a simulation.
【0018】また、上述した構文上の問題が全て無くな
った段階で図1に示すシミュレーションの実行コマンド
を用いてシミュレーション実行処理B3を再度実行す
る。構文上の問題が無くなった段階での例を図6に示
す。構文上の問題が全て取り除かれているため図1に示
すパーサB32は正常に通過し図1に示すジェネレータ
B33を実行する。このジェネレータにおいて、図1に
示すパーサB32ではチェックできなかったシミュレー
ションに必要なデータの過不足やシミュレーションにお
ける問題のチェックを行う。不足データやシミュレーシ
ョンに於ける問題が発生した場合には、その問題点を全
て図2で示すモニタεに表示し、シミュレーションの実
行処理を中断し図1で示すコマンド解析インタプリタB
1でのコマンド入力待ちとなる。図6に示す例において
は、15行目において1=で示される値が0.0である
為にエラーとして表示される。また、23行目において
示されるマクロ素子の参照する回路、つまりINV3
の.SUBCKT記述が存在しない為にエラーとして出
力される。これにより入力データ中に存在する、不足デ
ータやシミュレーションにおける問題をシミュレーショ
ンを実行することなく発見することができる。When all the above-mentioned syntax problems are eliminated, the simulation execution process B3 is executed again using the simulation execution command shown in FIG. FIG. 6 shows an example at the stage when the syntactic problem is eliminated. Since all the syntactic problems have been removed, the parser B32 shown in FIG. 1 passes normally and the generator B33 shown in FIG. 1 is executed. In this generator, an excess or deficiency of data necessary for the simulation and a problem in the simulation which could not be checked by the parser B32 shown in FIG. 1 are checked. When insufficient data or a problem occurs in the simulation, all of the problems are displayed on the monitor ε shown in FIG. 2, the simulation execution process is interrupted, and the command analysis interpreter B shown in FIG.
Waiting for command input at 1. In the example shown in FIG. 6, since the value indicated by 1 = in the 15th line is 0.0, it is displayed as an error. In addition, the circuit referred to by the macro element shown in the 23rd line, that is, INV3
of. It is output as an error because the SUBCKT description does not exist. As a result, it is possible to find missing data or problems in the simulation existing in the input data without executing the simulation.
【0019】次に本発明が持つ別の実施例について説明
する。入力データとなる構文を追加した場合の追加する
構文図を図7に示す。また、この構文を追加した入力デ
ータの例を図8に示す。図8は23行目において追加し
た構文を記述した例である。追加した構文は指定したフ
ァイル名のファイルよりそのファイル中の記述をその行
に追加するものである。追加するデータの内容を図9に
示す。本実施例の説明を図を用いて以下に示す。Next, another embodiment of the present invention will be described. FIG. 7 shows a syntax diagram to be added when a syntax to be input data is added. An example of input data added with this syntax is shown in FIG. FIG. 8 is an example in which the syntax added in the 23rd line is described. The added syntax is to add the description in the specified file name to that line. The contents of the added data are shown in FIG. The description of this embodiment will be given below with reference to the drawings.
【0020】前述した実施例同様に入力データの読み込
みを行ない、シミュレーションの実行を行なう。入力デ
ータは図2の主記憶装置γに読み込まれ、図1のシミュ
レーションの実行コマンドによりシミュレーション実行
処理B3が実行され、それによってその内容が図1で示
すプリプロセッサB31に渡される。プリプロセッサB
31ではマクロの展開を行なうが、ここで追加された構
文の処理として、図8の23行目で示した記述により指
定したファイルの内容を読み込む処理をあらかじめプリ
プロセッサに追加しておく。このプリプロセッサをデー
タが通過すると図8に示す入力データ中の23行目のデ
ータは図10に示されるように展開され、その後の処理
を継続する。Similar to the above-mentioned embodiment, the input data is read and the simulation is executed. The input data is read into the main memory γ of FIG. 2, the simulation execution process B3 is executed by the simulation execution command of FIG. 1, and its contents are passed to the preprocessor B31 shown in FIG. Preprocessor B
In step 31, the macro is expanded, but as the processing of the syntax added here, the processing of reading the contents of the file designated by the description shown in the 23rd line of FIG. 8 is added to the preprocessor in advance. When data passes through this preprocessor, the data on the 23rd line in the input data shown in FIG. 8 is expanded as shown in FIG. 10, and the subsequent processing is continued.
【0021】この場合、修正を必要とするのは、図1に
示すプリプロセッサB31であり、シミュレータ本体に
対しては何も修正する必要は無い。このように、シミュ
レータ本体を修正することなく。入力データの拡張を行
うことが出来る。In this case, it is the preprocessor B31 shown in FIG. 1 that needs to be modified, and it is not necessary to modify the simulator body. This way, without modifying the simulator body. Input data can be expanded.
【0022】また、全ての問題が解決した後、これまで
グラフ表示用のプログラムを起動することで表示してい
た解析結果等も図1に示すコマンド解析インタプリタB
1に準備される結果の表示コマンドで実行される結果表
示処理B5により表示することが可能である。Also, after all problems have been solved, the analysis results and the like which have been displayed by activating the program for displaying graphs until now are shown in FIG.
It is possible to display by the result display process B5 executed by the result display command prepared in 1.
【0023】また、キーボードよりコマンドを打つこと
で入力していた、本発明のコマンドインタプリタに準備
されているコマンドをグラフィックを用いて入力を図2
に示すマウスΖにより行うことで、さらに使い易くする
ことも可能である。Further, the commands prepared by the command interpreter of the present invention, which were input by typing the commands on the keyboard, can be input by using a graphic.
It is also possible to make it easier to use by using the mouse Z shown in.
【0024】[0024]
【発明の効果】以上、説明したように本発明は、情報処
理システム上のアプリケーションプログラムでシミュレ
ーションに必要となる入力データの構文上の問題やシミ
ュレーション上の問題をシミュレーションを1度も起動
することなく発見でき、本発明の実行コマンドを実行す
ることにより構文上の問題を一度に全てのエラー個所を
検索できる。また、入力データの拡張も容易に行なうこ
とが可能となる。As described above, according to the present invention, an application program on an information processing system can solve an input data syntax problem or a simulation problem required for simulation without activating the simulation even once. It can be found, and by executing the execution command of the present invention, a syntax problem can be searched for all error points at once. Further, the input data can be easily expanded.
【図1】本実施例のシミュレーション実行までの処理フ
ロー図。FIG. 1 is a process flow chart until a simulation is executed in the present embodiment.
【図2】本実施例の情報処理システム構成図。FIG. 2 is a block diagram of an information processing system according to the present embodiment.
【図3】従来のシミュレーション実行処理フロー図。FIG. 3 is a flowchart of a conventional simulation execution process.
【図4】本実施例で用いるシミュレータの入力構文図。FIG. 4 is an input syntax diagram of the simulator used in this embodiment.
【図5】本実施例で用いる入力データの例。FIG. 5 shows an example of input data used in this embodiment.
【図6】入力データ中の構文上の問題が取り除かれた後
のデータ例。FIG. 6 is an example of data after the syntactic problem in the input data is removed.
【図7】本実施例に入力構文を拡張した場合の拡張する
構文図。FIG. 7 is a syntax diagram for expanding the input syntax in this embodiment.
【図8】追加した構文に対する入力データの例。FIG. 8 is an example of input data for the added syntax.
【図9】図8に示したデータに追加されるデータの例。9 is an example of data added to the data shown in FIG.
【図10】拡張された構文により作成されたデータを本
実施例で処理した後の入力データ例。FIG. 10 is an example of input data after the data created by the extended syntax is processed in this embodiment.
Claims (1)
コマンド解析インタプリタと、入力データよりそのデー
タの構文解析を行ないデータの正当性チェックを行うパ
ーサーと、入力データ中に記述されているマクロ等の展
開を行なうプリプロセッサと、シミュレーション実行に
必要なデータの生成を行なうジェネレータと、入力ファ
イルの編集や解析結果の表示を行うコマンドを持つこと
を特徴とするシミュレーションインタプリタ。1. A command parsing interpreter for parsing and executing an input command, a parser for parsing the data from the input data to check the correctness of the data, a macro described in the input data, etc. A simulation interpreter characterized by having a preprocessor that expands, a generator that generates the data required for simulation execution, and commands that edit the input file and display the analysis results.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP33115993A JPH07191858A (en) | 1993-12-27 | 1993-12-27 | Simulation interpreter |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP33115993A JPH07191858A (en) | 1993-12-27 | 1993-12-27 | Simulation interpreter |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH07191858A true JPH07191858A (en) | 1995-07-28 |
Family
ID=18240537
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP33115993A Withdrawn JPH07191858A (en) | 1993-12-27 | 1993-12-27 | Simulation interpreter |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH07191858A (en) |
-
1993
- 1993-12-27 JP JP33115993A patent/JPH07191858A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5926638A (en) | Program debugging system for debugging a program having graphical user interface | |
JPS6047606B2 (en) | program input device | |
JPH08212106A (en) | Device and method for supporting system test | |
JP3196675B2 (en) | Language processing method | |
JPH07191858A (en) | Simulation interpreter | |
JPH11154093A (en) | Program compiler and storage medium recording compiler program | |
JP2908184B2 (en) | Text file editing method and apparatus | |
JP3419483B2 (en) | Natural language processing apparatus and method | |
JPH05143545A (en) | Instruction selection/execution processing system of plural instructions texts | |
JPH10207923A (en) | Document preparation supporting device in design work | |
JPH07160536A (en) | Program test supporting device for interactive system | |
JPH03139722A (en) | On-line programming system | |
JPH07239851A (en) | Document processor | |
JPH0695889A (en) | Program correction system | |
JP2004086446A (en) | Unit test program automatic generation method | |
JPH07141167A (en) | Design supporting system for computer software | |
JPH0736685A (en) | Parts processor | |
JPH06149619A (en) | Automatic preparing system for test item | |
JPH05313878A (en) | Program coding back-up system | |
JPH04273579A (en) | Diverting and designing system for parts library | |
JPH05274388A (en) | Input pattern generation method for logic circuit simulation | |
JPH05314116A (en) | Data file inspecting device | |
JPH07200546A (en) | Document confirming method | |
JPH08123975A (en) | Command generation system of graphics editing device | |
JPH0954704A (en) | Automatic test program generating system for language processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20010306 |