JPH01298439A - List analyzing device - Google Patents

List analyzing device

Info

Publication number
JPH01298439A
JPH01298439A JP13062488A JP13062488A JPH01298439A JP H01298439 A JPH01298439 A JP H01298439A JP 13062488 A JP13062488 A JP 13062488A JP 13062488 A JP13062488 A JP 13062488A JP H01298439 A JPH01298439 A JP H01298439A
Authority
JP
Japan
Prior art keywords
list
language
address
section
analysis
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
JP13062488A
Other languages
Japanese (ja)
Inventor
Atsushi Ando
安藤 敦史
Yoshihiro Hayakawa
早川 佳宏
Satoshi Sekine
聡 関根
Kenichi Ueda
謙一 上田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP13062488A priority Critical patent/JPH01298439A/en
Publication of JPH01298439A publication Critical patent/JPH01298439A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically analyze a list and to rewrite to other language providing by providing an LISP processing part, an analyzing part, a code preparing part, an input output part and a storing part. CONSTITUTION:A list inputted through an input output part 1e is processed by an LISP processing part 1b in accordance with the program inputted through the input output part 1e in the same way and a result is stored into a storing part 1f. Next, the contents and construction of the processed list are analyzed by an analyzing part 1c and the result is stored into the storing part 1f. Next, a code preparing part 1d describes the list with other language of a purpose and stores it into the storing part 1f from the analyzing result stored in the storing part 1f. The above-mentioned work is automatically executed by the control of a central processing part 1a. The list described with other language is obtained through the input output part 1e. Thus, since the analysis of the list and the rewriting to other language can be automatically executed and the correct description of the list by other language can be executed in a short time, the error does not occur.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は電子計算機上のリストデータな解析するリスト
解析装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a list analysis device for analyzing list data on a computer.

従来の技術 近年、人工知能技術の研究開発が盛んに行われ、その成
果の一部が実用化されはじめてきている。
Conventional Technology In recent years, research and development of artificial intelligence technology has been actively conducted, and some of the results are beginning to be put into practical use.

研究ならびに開発段階ではプログラミング言語としてリ
スプ(以下LISPと記す。)が多く利用されている。
Lisp (hereinafter referred to as LISP) is often used as a programming language at the research and development stage.

LISPはリストと呼ばれる柔軟な構造のデータを処理
するため、プログラミングの記述が容易である言語であ
る。しかし、使用者にとって柔軟であるデータも計算機
内部では非常に複雑な構造である。その結果LISP処
理系では、データの型判定や複雑なデータ処理を行わな
ければならず処理速度が遅い。そこで実用化の際には、
LISPで記述されたプログラムをC言語、アセンブリ
言語等、処理速度の速い他言語で記述し直して、実用的
な処理速度を得ることが多い。
LISP is a language that is easy to write programming because it processes data with a flexible structure called a list. However, data that is flexible for the user has a very complicated structure inside the computer. As a result, LISP processing systems have to perform data type determination and complex data processing, resulting in slow processing speed. Therefore, when putting it into practical use,
Practical processing speeds are often achieved by rewriting programs written in LISP in other languages with faster processing speeds, such as C language or assembly language.

このとき扱うデータは、LISP処理系で扱うデータ(
リスト)と同一の構造であるほうが適している場合があ
り、従って、リストの内容や構造を、プログラムと同様
、他言語で記述し直さなければならない。
The data handled at this time is the data handled by the LISP processing system (
In some cases, it may be more suitable to have the same structure as a list), so the contents and structure of the list must be rewritten in another language, just like a program.

リストは一般に第6図(a)に示すような8式と呼ばれ
る形で表される。また計算機内部のデータ構造は第5図
(b)に示すように、アトム(第5図、6a1〜6a6
)をコンスセルと呼ばれる二進水(第6図、5c1〜6
c6)により再帰的に連結したものである。一般にアト
ムにはシンボル、文字列、配列、数値等の型とN I 
L、Tと呼ばれる特殊データがあり、それぞれの型に応
じて様々な情報を構造体で管理している。リストがLI
SP処理系で処理される過程で、アトムには種々の環境
情報が付加される。
The list is generally expressed in a form called 8 expressions as shown in FIG. 6(a). In addition, the data structure inside the computer is as shown in FIG. 5(b), as shown in FIG.
) is called a cons cell (Fig. 6, 5c1-6
c6). Generally, atoms have types such as symbols, character strings, arrays, numbers, etc.
There are special data called L and T, and various information is managed in structures according to each type. List is LI
In the process of being processed by the SP processing system, various environmental information is added to the atom.

リストを他言語で記述する場合、アトムに付加されてい
る環境情報も記述しなければならない場合が少なくない
。しかしこの環境情報は、多くの場合複雑なリスト構造
であり、さらに、その内容は処理の過程で動的に変化す
るため、第6図(a)のような8式から環境情報の内容
と構造を直接的に知ることは困難である。
When writing lists in other languages, it is often necessary to also write environmental information attached to atoms. However, this environmental information often has a complicated list structure, and its contents change dynamically during the processing process. It is difficult to know directly.

従来はプログラムが処理の流れにしたがって、リストの
内容、アトムに付加される環境情報の変化を追跡しなが
ら、目的リストの計算機内部での構造を解析し、その結
果に基づき、目的リストを他言語で記述している。
Conventionally, a program analyzes the internal structure of the target list while tracking changes in the contents of the list and environmental information added to atoms according to the flow of processing, and based on the results, converts the target list into another language. It is described in

発明が解決しようとする課題 しかし従来のような、人手によるリストの解析と他言語
への書き替えでは、多大な時間を要し。
Problems that the invention aims to solve However, the conventional method of manually parsing the list and rewriting it into another language takes a lot of time.

さらに、人為的誤りが入る可能性が高い、という課題が
あった。
Another problem was that there was a high possibility of human error.

本発明は以上のような課題に鑑み、自動的にリストの解
析と他言語への書き替えを行うことの出来るリスト解析
装置の提供を目的としている。
In view of the above problems, the present invention aims to provide a list analysis device that can automatically analyze a list and rewrite it into another language.

課題を解決するための手段 本発明は、リストをLISP処理するL I S P処
理部と、リストの解析を行う解析部と、前記解析部によ
る解析結果に基づいて、他言語でリストを記述したコー
ドを生成するコード生成部と、使用者とのインターフェ
イスな行う入出力部と、処理の過程で適宜データを格納
する記憶部とを備えることによって、上記目的を達成す
る。
Means for Solving the Problems The present invention includes an LISP processing unit that processes a list using LISP, an analysis unit that analyzes the list, and a list written in another language based on the analysis result by the analysis unit. The above object is achieved by including a code generation section that generates a code, an input/output section that interfaces with the user, and a storage section that stores data as appropriate during processing.

作用 上記構成において、本発明は入出力部を介して入力され
たリストを、同じく入出力部を介して入力されたプログ
ラムに従って、LISP処理部で処理し、結果を記憶部
に格納する。次に、処理されたリストの内容と構造を解
析部で解析し、結果を記憶部に格納する。次に、記憶部
に格納された解析結果からコード生成部が目的の他言語
でリストを記述し、記憶部に格納する。以上の作業を中
央処理部の制御によって自動的に行う。使用者は入出力
部を介して他言語で記述されたリストを得る。
Operation In the above configuration, the present invention processes the list inputted through the input/output section in the LISP processing section according to the program also inputted through the input/output section, and stores the results in the storage section. Next, the contents and structure of the processed list are analyzed by the analysis section, and the results are stored in the storage section. Next, the code generation section writes a list in the target language from the analysis results stored in the storage section, and stores it in the storage section. The above operations are automatically performed under the control of the central processing unit. The user obtains a list written in another language via the input/output section.

実施例 以下、本発明の一実施例について図面を参照しながら作
用とともに説明する。
EXAMPLE Hereinafter, an example of the present invention will be described along with its operation with reference to the drawings.

第1図は、本発明の、リストをC言語で記述する場合の
一実施例のリスト解析装置のブロック図である。
FIG. 1 is a block diagram of a list analysis device according to an embodiment of the present invention when a list is written in C language.

第5図(a)に示すような8式で表されたリストを入出
力部1cから入力し、LISP処理部1bでLISP処
理する。そして第6図(b)に示すような計算機の内部
表現に変換して、記憶部1fに格納する。このとき、リ
ストを構成している個々のアトムには、それぞれ必要と
される環境情報も付加される。
A list expressed by 8 formulas as shown in FIG. 5(a) is input from the input/output section 1c, and is subjected to LISP processing by the LISP processing section 1b. Then, it is converted into the internal representation of the computer as shown in FIG. 6(b) and stored in the storage unit 1f. At this time, required environmental information is also added to each atom making up the list.

次に、解析部1Cにおいて、指定されたリストの解析を
行う。解析は、指定されたリストの構成要素(コンスセ
ルとアトム)、ならびにアトムに付加された環境情報な
再帰的にたどることによって、コンスセルの数、アトム
の種類と数を解析する。
Next, the analysis section 1C analyzes the specified list. The analysis analyzes the number of cons cells and the type and number of atoms by recursively following the components of the specified list (cons cells and atoms) and the environmental information added to the atoms.

以下、解析部1Cの動作を、第2図に示す解析部1cの
ブロック図に基づいて説明する。第2図において、2a
はアドレス判定部、2bはアドレスの表、2cは型を判
定する型判定部、2dは計数表、2cは走査部、2fは
型構造情報、2gはスタックメモリである。アドレス表
2b、計数表2d。
The operation of the analysis section 1C will be explained below based on the block diagram of the analysis section 1c shown in FIG. In Figure 2, 2a
2b is an address determination unit, 2b is an address table, 2c is a type determination unit that determines the type, 2d is a counting table, 2c is a scanning unit, 2f is type structure information, and 2g is a stack memory. Address table 2b, count table 2d.

型構造情報2f、スタック2gは第1図に示す記憶部1
f上に適宜設けられる。アドレス表2bには、既に解析
されたコンスセル又はアトムのアドレスが登録されてい
る。計数表2dには、リストを構成するコンスセルの数
、アトムの種類と数が登録されている。型構造情報2f
にはコンスセルやアトムの基本構造に関する情報があら
かじめ入力されている。スタック2gは先入れ後出し方
式の記憶装置である。
The type structure information 2f and the stack 2g are stored in the storage unit 1 shown in FIG.
It is provided as appropriate on f. Addresses of cons cells or atoms that have already been analyzed are registered in the address table 2b. In the counting table 2d, the number of cons cells making up the list and the type and number of atoms are registered. Type structure information 2f
Information about the basic structure of cons cells and atoms is pre-filled. The stack 2g is a first-in, last-out storage device.

今第1図に示す記憶部1fに格納されたリストの先頭に
ある要素のアドレスをアドレス判定部2aに入力する。
Now, the address of the element at the head of the list stored in the storage section 1f shown in FIG. 1 is input to the address determination section 2a.

アドレス判定部2aでは、重複して解析を行わないため
にアドレス表2bを参照して、入力されタアトレスが既
に解析されたコンスセル又はアトムのアドレスであるか
否かを判定する。既に解析されている場合には、走査部
2eに対して次に処理を行うように信号を送る。解析さ
れていない場合には、アドレスをアドレス表2bに登録
した後、型判定部2cにそのアドレスを入力する。
The address determination unit 2a refers to the address table 2b to avoid redundant analysis, and determines whether the input address is the address of an already analyzed cons cell or atom. If it has already been analyzed, a signal is sent to the scanning unit 2e to perform the next process. If the address has not been analyzed, the address is registered in the address table 2b and then input to the type determination section 2c.

型判定部2cでは、入力されたアドレスにある要素の型
を判定して計数表2dに登録した後、走査部2eにその
アドレスと型情報を入力する。
The type determination unit 2c determines the type of the element at the input address and registers it in the counting table 2d, and then inputs the address and type information to the scanning unit 2e.

走査部2eは、型構造情報2f内の情報を基に、現在入
力されたアドレスにある要素に、他の要素又は他のリス
トへのポインタが含まれているか否かを調べる。N個(
Nは自然数)のポインタが含まれている場合には、現在
入力されたアドレスにある要素より・も先に、ポインタ
で指されている全ての要素又はリストを解析する。そこ
で現在入力されたアドレスをスタック2gに格納し、次
に(N−1)個の要素又はリストのアドレスをポインタ
から求め、それらをスタック2gに逐次格納し、残った
1個の要素又はリストのアドレスをアドレス判定部2a
に入力する。ポインタが含、まれでいない場合、又はア
ドレス判定部2aから次の処理に移行することを表す信
号が入力された場合には、スタック2gから直前に入力
されたアドレスを取り出し、アドレス判定部2aに入力
する。
The scanning unit 2e checks whether the element at the currently input address contains a pointer to another element or another list, based on the information in the type structure information 2f. N pieces (
If a pointer (N is a natural number) is included, all elements or lists pointed to by the pointer are analyzed before the element at the currently input address. Therefore, the currently input address is stored in the stack 2g, then the addresses of (N-1) elements or lists are obtained from the pointer, and they are sequentially stored in the stack 2g. Address determination unit 2a
Enter. If a pointer is included and it is not rare, or if a signal indicating a transition to the next process is input from the address determination unit 2a, the address input immediately before is taken out from the stack 2g and sent to the address determination unit 2a. input.

スタック2gが空である場合には解析を終了する。If the stack 2g is empty, the analysis ends.

次に、コード生成部1dにおいて、解析部1cからの解
析結果に基づいて、リストなC言語で記述したコードを
生成する。
Next, the code generation section 1d generates a code written in list C language based on the analysis result from the analysis section 1c.

以下、コード生成部1dの動作を第3図と第4図を用い
て説明する。第3図は生成されたコードの概略図で、リ
ストの構成要素の型宣言を行う宣言部分3aと各構成要
素の内容を定義する関数部3bから構成されている。第
4図はコード生成部1dの構造を示すブロック図である
。第4図において、4aは宣言部、4bは計数表、4c
は定義を行う定義部、4dは型構造情報、4eはアドレ
ス表、4fはスタックメモリ、4gはコード格納ファイ
ルである。計数表4b、アドレス表4e、型構造情報4
d、スタック4f、コード格納ファイル4gは第1図に
示す記憶部1f上に適宜設けられる。計数表4bと型構
造情報4dはそれぞれ第2図に示す計数表2d、−型構
造情報2fと同一の内容である。また、アドレス表4e
とスタック4fはそれぞれ第2図に示すアドレス表2b
、スタック2gと同一の目的で使用される。
The operation of the code generation section 1d will be explained below with reference to FIGS. 3 and 4. FIG. 3 is a schematic diagram of the generated code, which is composed of a declaration section 3a that declares the types of the constituent elements of the list, and a function section 3b that defines the contents of each constituent element. FIG. 4 is a block diagram showing the structure of the code generation section 1d. In Figure 4, 4a is a declaration section, 4b is a counting table, and 4c
4d is a definition section that performs definitions, 4d is type structure information, 4e is an address table, 4f is a stack memory, and 4g is a code storage file. Count table 4b, address table 4e, type structure information 4
d, a stack 4f, and a code storage file 4g are provided as appropriate on the storage section 1f shown in FIG. The counting table 4b and the mold structure information 4d have the same contents as the counting table 2d and the mold structure information 2f shown in FIG. 2, respectively. Also, address table 4e
and stack 4f are address table 2b shown in FIG.
, is used for the same purpose as stack 2g.

ここで宣言部4aは、まず始めに、各構成要素を表わす
構造体が定義されているヘッダファイルの包含(第3図
、3a1)を生成する。次に、第1図に示す解析部1c
によって作られた計数表4bから構成要素の種類と数を
読み取り、第3図に示す宣言部分3a2を生成する。最
後に、第3図に示す関数部3bの関数名(第3図、3b
1)を生成した後、生成したコードをコード格納ファイ
ル4gに格納する。格納が終わると、第1図に示す記憶
部1rに格納したリストの先頭にある要素のアドレスを
定義部4cへ入力する。
Here, the declaration unit 4a first generates a header file inclusion (3a1 in FIG. 3) in which structures representing each component are defined. Next, the analysis section 1c shown in FIG.
The type and number of constituent elements are read from the count table 4b created by the above, and a declaration part 3a2 shown in FIG. 3 is generated. Finally, the function name of the function part 3b shown in Fig. 3 (Fig. 3, 3b
1), the generated code is stored in the code storage file 4g. When the storage is completed, the address of the element at the head of the list stored in the storage section 1r shown in FIG. 1 is input to the definition section 4c.

定義部4cでは、以下に述べるように、要素な再帰的に
たどりながら要素をC言語で記述し、要素を連結する。
In the definition section 4c, as described below, elements are described in C language while recursively tracing the elements, and the elements are connected.

そして生成したコードなコード格納ファイル4gに格納
する。
The generated code is then stored in the code storage file 4g.

入力されたアドレスにある要素の型判定を行った後、型
構造情報4d内の情報を基に、当該要素に、他の要素又
は他のリストへのポインタが含まれているか否かを調べ
る。ポインタが含まれている場合には、個々のポインタ
で指されている要素又はリストがC言語で記述されてい
るか否かを、アドレス表4eを用いて調べる。
After determining the type of the element at the input address, it is checked based on the information in the type structure information 4d whether or not the element contains a pointer to another element or another list. If a pointer is included, it is checked using the address table 4e whether the element or list pointed to by each pointer is written in C language.

全ての要素又はリストが既にC言語で記述されている場
合には、型構造情報4d内にある要素の雛形を用いて入
力されたアドレスにある要素なC言語で記述する。その
ときには、ポインタで指された要素のC言語による表記
をアドレス表4eから取り出し、またポインタ以外の情
報は、要素を表す記憶部1r(第1図)上の構造体の内
容を直接参照して得る。記述が終わると、入力されたア
ドレスとそれに対応した要素のC言語による表記を対に
してアトし・ス表4eに登録する。次に、スタック4f
から直前に入力されたアドレスを取り出し、定義部4c
に入力する。スタック4fが空である場合には、関数の
終わりを示すコード(第3図、3b3)を生成して、処
理を終了する。
If all elements or lists have already been written in C language, the elements at the input address are written in C language using the element templates in the type structure information 4d. At that time, the notation in C language of the element pointed to by the pointer is retrieved from the address table 4e, and information other than the pointer is obtained by directly referring to the contents of the structure in the storage unit 1r (Fig. 1) representing the element. obtain. When the description is completed, the input address and the C language notation of the corresponding element are paired and registered in the table 4e. Next, stack 4f
The address input just before is extracted from the definition section 4c.
Enter. If the stack 4f is empty, a code (3b3 in FIG. 3) indicating the end of the function is generated and the process is ended.

一部の要素又はリストがまだC言語で記述されていない
場合には、現在入力されたアドレスにある要素よりも先
に、またC言語で記述されていない要素又はリストの記
述を行う。そこで現在入力されたアドレスをスタック4
fに格納し、次に、記述しようとする要素又はリストの
アドレスをポインタより求め、それらをスタック4fに
逐次格納する。そして、スタック4fから一つのアドレ
スを取り出し、定義部4cに入力する。
If some elements or lists have not yet been written in C language, the elements or lists not written in C language are written before the element at the currently input address. So the currently input address is stacked 4
Then, the address of the element or list to be written is obtained from the pointer and sequentially stored in the stack 4f. Then, one address is taken out from the stack 4f and input to the definition section 4c.

ポインタが含まれていない場合には、型構造情報4dを
基に、記憶部1f(第1図)上の構造体の内容を直接参
照して、入力されたアドレスにあろ要素なC言語で記述
し、さらに、入力されたアドレスと要素のC言語による
表記を対にしてアドレス表4cに登録する。次に、スタ
ック4fから直前に入力されたアドレスな取り出し、定
義部4cに入力する。スタック4fが空である場合には
、関数の終わりを示すコード(第3図、3b3)を生成
して、処理を終了する。
If a pointer is not included, the content of the structure in the storage unit 1f (Figure 1) is directly referenced based on the type structure information 4d, and the input address is written in C language. Furthermore, the input address and the C language notation of the element are registered as a pair in the address table 4c. Next, the address input immediately before is taken out from the stack 4f and inputted to the definition section 4c. If the stack 4f is empty, a code (3b3 in FIG. 3) indicating the end of the function is generated and the process is ended.

以上で、リストの解析とC言語によるリストの記述を終
了する。使用者は生成されたコードな入出力部1eを介
して得ることができる。
This completes the analysis of the list and the description of the list in C language. The user can obtain the generated code through the input/output unit 1e.

発明の詳細 な説明したように、本発明によると、リストの解析と他
言語への書き替えを自動的に行うことができ、また他言
語によるリストの正確な記述?短時間で得ろことができ
るので誤りも発生しないという効果がある。
As described in detail, according to the present invention, a list can be automatically analyzed and rewritten into another language, and a list can be accurately described in another language. This has the effect that it can be achieved in a short period of time and there are no errors.

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

第1図は本発明の一実施例におけるリスト解析装置を示
したブロック図、第2図は本発明の一実施例における解
析部のブロック図、第3図は本発明の一実施例における
コード生成部により生成されたコードの概略コード図、
第4図は本発明の一実施例におけるコード生成部のブロ
ック図、第5図(a)、(b)は8式によるリストの表
現と一般的な内部表現を示すブロック図である。 1a・・・中央処理部、1b・・LISP処理部、1c
・・・解析部、1d・・コード生成部、1e・・入出力
部、1r・・・記憶部。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第1
図 N2図 第3図 第4図 第5図 (Q) 5oz     5a3
FIG. 1 is a block diagram showing a list analysis device according to an embodiment of the present invention, FIG. 2 is a block diagram of an analysis unit according to an embodiment of the present invention, and FIG. 3 is a code generation diagram according to an embodiment of the present invention. A schematic code diagram of the code generated by the section,
FIG. 4 is a block diagram of a code generation unit in an embodiment of the present invention, and FIGS. 5(a) and 5(b) are block diagrams showing a list expression using Expression 8 and general internal expression. 1a...Central processing unit, 1b...LISP processing unit, 1c
...Analysis section, 1d...Code generation section, 1e...Input/output section, 1r...Storage section. Name of agent: Patent attorney Toshio Nakao and 1 other person No. 1
Figure N2 Figure 3 Figure 4 Figure 5 (Q) 5oz 5a3

Claims (1)

【特許請求の範囲】[Claims] リストをLISP処理するLISP処理部と、リストの
解析を行う解析部と、前記解析部による解析結果に基づ
いて、他言語でリストを記述したコードを生成するコー
ド生成部と、使用者とのインターフェイスを行う入出力
部と、処理の過程で適宜データを格納する記憶部とを備
えたことを特徴とするリスト解析装置。
A LISP processing unit that performs LISP processing on a list, an analysis unit that analyzes the list, a code generation unit that generates a code describing the list in another language based on the analysis result by the analysis unit, and an interface with the user. What is claimed is: 1. A list analysis device comprising: an input/output unit that performs processing; and a storage unit that stores data as appropriate in the process of processing.
JP13062488A 1988-05-27 1988-05-27 List analyzing device Pending JPH01298439A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13062488A JPH01298439A (en) 1988-05-27 1988-05-27 List analyzing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13062488A JPH01298439A (en) 1988-05-27 1988-05-27 List analyzing device

Publications (1)

Publication Number Publication Date
JPH01298439A true JPH01298439A (en) 1989-12-01

Family

ID=15038688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13062488A Pending JPH01298439A (en) 1988-05-27 1988-05-27 List analyzing device

Country Status (1)

Country Link
JP (1) JPH01298439A (en)

Similar Documents

Publication Publication Date Title
CN109614329B (en) Software test case aided design method based on interface control file
JP3205406B2 (en) Reference target variable determination processing method and translation processing system
US5379407A (en) Error handling in a state-free system
JPH0916382A (en) Program development supporting system
JPH01298439A (en) List analyzing device
Kuno The augmented predictive analyzer for context-free languages—its relative efficiency
JP2811804B2 (en) Variable output range specification method
JPH042961B2 (en)
KR970011897B1 (en) Words interpretating device
KR100279731B1 (en) How to Display Control Flow for Fill Languages
JPH056272A (en) Software designing device
Hong et al. Integrated software development environment based on CCITT/SDL for telecommunication systems
CN113687817A (en) Message format analyzer and analyzing method
JPS61234435A (en) Program development supporting system
JP2999654B2 (en) Terminal device
JPH0358125A (en) Generation managing system for source program
JPH04229343A (en) Memory contents display system in interactive debugger
Jameson A Software Engineering Environment
JPH01222333A (en) System for processing output sentence without format
JPH05127885A (en) Processing flow chart conversion system
JPH10143510A (en) Document processor and method therefor
JPH04178829A (en) File definition information editing system in load module
JPH02308355A (en) Input procedure management system for interpreter
JPH0540638A (en) Vocabulary analyzing/editing system
JPS60100226A (en) Test processor for tree structure chart