JPS6386030A - Link system between program languages - Google Patents

Link system between program languages

Info

Publication number
JPS6386030A
JPS6386030A JP23234586A JP23234586A JPS6386030A JP S6386030 A JPS6386030 A JP S6386030A JP 23234586 A JP23234586 A JP 23234586A JP 23234586 A JP23234586 A JP 23234586A JP S6386030 A JPS6386030 A JP S6386030A
Authority
JP
Japan
Prior art keywords
language
module
data area
common data
program
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
JP23234586A
Other languages
Japanese (ja)
Inventor
Masatake Tamano
玉野 正剛
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP23234586A priority Critical patent/JPS6386030A/en
Publication of JPS6386030A publication Critical patent/JPS6386030A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To increase the executing speed with the titled link system by using a procedure type language corresponding module, a knowledge processing language corresponding module and an access module to perform independent processes respectively. CONSTITUTION:A CPU 201 includes a C program module 202, a prolog interpreter module 203 and a fast node access module 204 as function parts respectively. The CPU 201 also contains a common data area 205 together with a prolog stack 207, a large quantity data base 208 and a knowledge base 209 secured in a prescribed memory space respectively. The data transfer control is carried out among those modules through the common data area 205 and two exclusive stacks. Thus the executing programs are processed in both knowledge processing and procedure type languages independently of each other. The transfer of a variable is omitted since an access is possible to the area 205 via a fact node from the knowledge processing language side.

Description

【発明の詳細な説明】 [発明の目的コ (産業上の利用分野) 本発明は知識処理用言語によるプログラムの実行速度を
向上させるため、そのプログラムに含まれる手続的な処
理を手続型言語により実行するようにしたプログラム言
語間のリンク方式に関する。
[Detailed Description of the Invention] [Purpose of the Invention (Industrial Application Field) The present invention aims to improve the execution speed of a program written in a knowledge processing language by using a procedural language to perform procedural processing included in the program. Concerning linking methods between programming languages for execution.

(従来の技術) 周知のように、知識処理用言語例えばprot09を用
いた場合には、プログラムの実行速度が遅く、そのため
大口の原始データを処理する際、その処理時間が過大と
なる。
(Prior Art) As is well known, when a knowledge processing language such as prot09 is used, the program execution speed is slow, and therefore, when processing a large amount of original data, the processing time becomes excessive.

そこで、先にプログラムの手続的な処理を手続型言語例
えばFORTRAN、C言語等で記述することが提案さ
れている。
Therefore, it has been proposed to first write the procedural processing of a program in a procedural language such as FORTRAN or C language.

この従来の場合にあっては、第6図に示す機能ブロック
図のように、Proloりにおいて推論実行手段と知識
ベースとの間でデータのやりとりをしながら推論してい
る際、このprologより手続型言語を呼出し、この
呼び出し時に変数の受は渡しを行なってprologと
手続型言語どの情報交換を行なっている。
In this conventional case, as shown in the functional block diagram shown in Figure 6, when inference is performed while exchanging data between the inference execution means and the knowledge base in Prolog, the procedure is A type language is called, and at the time of this call, variables are received and passed to exchange information with prolog and the procedural language.

例えば第7図に示すようにPr0100において、aa
a  (A、 B) : −bbb  (A、 C)#
ccc  (C,B) のとき、 C言語において、 #ccc  (C,B) int C,B B−C+1 となる。
For example, as shown in FIG. 7, in Pr0100, aa
a (A, B): -bbb (A, C)#
When ccc (C, B), in C language, #ccc (C, B) int C, B B-C+1.

しかしながら、そのような従来の方式にあっては、Pr
ologより手続型言語を呼び出すことができるだけで
あり、しかもその呼び出しが行なわれるときに特有の制
限があった。
However, in such a conventional method, Pr
It is only possible to call procedural languages from olog, and there are specific limitations when that call is made.

(発明が解決しようとする問題点) 即ち、従来にあっては、下記のような問題点がある。(Problem to be solved by the invention) That is, the conventional method has the following problems.

(イ)Prologより手続型言語を呼び出す形式だけ
であり、逆の手続型言語よりPrologを呼び出す形
式は実現されていない。
(b) Only a format in which a procedural language is called from Prolog is available; the reverse format in which Prolog is called from a procedural language has not been realized.

(ロ)受は渡しの変数に制限がある。(b) There are restrictions on the variables that can be passed.

(ハ)手続的な制御をPr0IOi7で実行しなければ
ならないので、実行速度を向上させることが困難である
(c) Procedural control must be executed in Pr0IOi7, making it difficult to improve execution speed.

本発明は上記問題点に鑑みてなされたちのであり、その
目的は、知識処理用@詔と手続型言語とのプログラム言
語間において、その両方側から個々に他方を呼び出すこ
とができると共に、変数の受は渡しが不要となるプログ
ラム言語間のリンク方式を提案することにある。
The present invention has been made in view of the above-mentioned problems, and its purpose is to enable a programming language for knowledge processing @Yeki and a procedural language to call each other individually from both sides, and to set variables. Our goal is to propose a linking method between programming languages that eliminates the need for passing.

[発明の構成] (問題点を解決するための手段) 上記の目的を達成するため、本発明のプログラム言語間
のリンク方式は、知識処理用言語と手続型言語との何れ
によってもアクセス可能とした共通データ領域を所定の
メモリ空間に定義すると共に、手続型言語によるプログ
ラムの処理の中で知識処理用言語を呼び出したときに手
続型言語によるプログラムの実行状態を−その専用スタ
ックに格納する手続型言語対応モジュールと、前記手続
型言語対応モジュールで定義された共通データ領域をア
クセスし得ると共に、知識処理用言語によるプログラム
の処理の中で手続型言5nを呼び出したときに知識処理
用言語によるプログラムの実行状態をその専用スタック
に格納する知識処理用言語対応モジュールと、前記知識
処理用言語対応モジュールによって前記共通データ領域
をアクセスする際に、知識処理用S gによるプログラ
ムのファクト(fact)fE1同様にその共通データ
領域をファクト節でアクセスさせるアクセスモジュール
とを具備し、前記共通データ領域及び前記2つの専用ス
タックを利用した前記各モジュール間の転送制御により
実行プログラムを知識処理用言語と手・続型言語とのそ
れぞれ分担処理することを特徴とする。
[Structure of the Invention] (Means for Solving the Problems) In order to achieve the above object, the linking method between programming languages of the present invention can be accessed by both a knowledge processing language and a procedural language. A procedure that defines a common data area in a predetermined memory space, and stores the execution state of a procedural language program in its dedicated stack when a knowledge processing language is called during program processing in a procedural language. It is possible to access the common data area defined by the procedural language compatible module and the procedural language compatible module, and when the procedural language 5n is called during the processing of a program using the knowledge processing language, A language compatible module for knowledge processing stores the execution state of the program in its dedicated stack, and when the common data area is accessed by the language compatible module for knowledge processing, the program fact (fact) fE1 is generated by the knowledge processing S g. Similarly, the common data area is provided with an access module that accesses the common data area using a fact clause, and the execution program can be written in a knowledge processing language and by hand by controlling transfer between the modules using the common data area and the two dedicated stacks. It is characterized by sharing processing with the continuation type language.

(作用) 本発明にあっては、その態能ブロックを第1図に示すよ
うに構成しており、手続型言語対応モジュールaと、知
識処理用言語対応モジュールbと、アクセスモジュール
Cとを具備している。
(Function) In the present invention, the functional block is configured as shown in FIG. 1, and includes a procedural language support module a, a knowledge processing language support module b, and an access module C. are doing.

手続型言語対応モジュールaは、所定のメモリ空間に知
識処理用言語と手続型言語との何れによってもアクセス
可能とした共通データ領域を定義する一方、手続型言語
によるプログラムの処理の中で知識処理用言語を呼び出
したときに手続型言語によるプログラムの実行状態をそ
の専用スタックに格納する。
The procedural language support module a defines a common data area in a predetermined memory space that can be accessed by both the knowledge processing language and the procedural language. When a user language is called, the execution state of a procedural language program is stored in its dedicated stack.

知識処理用言語対応モジュールbは、手続型言語対応モ
ジュールで定義された共通データ領域をアクセスしiq
る。一方、知識処理用言語によるブログラムの実行状態
をその専用スタックに格納する。
Knowledge processing language support module b accesses the common data area defined by the procedural language support module iq
Ru. On the other hand, the execution state of the program using the knowledge processing language is stored in its dedicated stack.

アクセスモジュールCは、知識処理用言語対応モジュー
ルによって上部の共通データ領域をアクセスする際に、
知識処理用K Hによるプログラムのファクト(fac
t)節同様に、その共通データ領域をファクト節でアク
セスきせる。
When the access module C accesses the upper common data area by the language compatible module for knowledge processing,
Program facts (fac) by KH for knowledge processing
Similar to clause t), the common data area can be accessed using the fact clause.

これ等の各モジュール間の転送制御は、上部の共通デー
タ領域及び上記の2つの専用スタックを利用して行なわ
れるから、実行プログラムが知識処理用言語と手続型言
語とのそれぞれで分担処理される。
Transfer control between these modules is performed using the common data area at the top and the two dedicated stacks mentioned above, so the execution program is divided between the knowledge processing language and the procedural language. .

しかも、知識処理用言語側からファクト節で上部の共通
データ領域をアクセスすることができるので、変数の受
は渡しが不要となる。
Furthermore, since the upper common data area can be accessed from the knowledge processing language side using the fact clause, there is no need to pass variables.

(実施例) 以下、本発明の実施例について詳細に説明する。(Example) Examples of the present invention will be described in detail below.

第2図は本発明が適用された一実施例の要部構成の概略
を示す機能ブロック図である。
FIG. 2 is a functional block diagram schematically showing the main configuration of an embodiment to which the present invention is applied.

この一実施例にあっては、CPU201をシステム全体
の制御中枢として機能させるため、機能部として、Cプ
ログラムモージュール202と、prolo(フインク
ブリタモジュール203と、ファクト(fact)節ア
クセスモジュール204とを備える。
In this embodiment, in order to make the CPU 201 function as the control center of the entire system, the functional units include a C program module 202, a prolo (fink printer module 203), and a fact clause access module 204. Equipped with.

Cプログラムモジュール202は、Pr010gとC言
語との何れによってもアクセス可能とした共通データ領
域205を所定のメモリ空間に定義する一方、C言語に
よるプログラムの処理の中でPro I O(lを呼び
出したときにC言語によるプログラムの実行状態をC用
スタック206に格納する。
The C program module 202 defines a common data area 205 that can be accessed by both Pr010g and C language in a predetermined memory space. At times, the execution state of a program written in C language is stored in the C stack 206.

一方、P rologインタプリタモジュール203は
、共通データ領域205をアクセスし1qると共に、p
roloi;lによるプログラムの処理の中でC言語を
呼び出したときにprologによるプログラムの実行
状態をP rolog用スタッウスタック20フる。
On the other hand, the Prolog interpreter module 203 accesses the common data area 205 and reads p
When the C language is called during the processing of a program by roloi;l, the execution state of the program by prolog is stored in the prolog stack 20.

また、ファクト「アクセスモジュール204は、Pro
logインクブリタモジュール203によって共通デー
タベース205をアクセスする際に、pr。
In addition, the fact “Access module 204 is Pro
When accessing the common database 205 by the log inkblitter module 203, the pr.

logによるプログラムのファクト節同様に共通データ
領域205をファクト節でアクセスさせる。
The common data area 205 is accessed using the fact clause in the same way as the fact clause of the program using log.

そのため、Cプログラムモジュール202によって定義
される共通データ領域205は、第3図に示すようにヘ
ッダーとデータ領域とに分けられ、ヘッダーを介してデ
ータ領域をアクセスすることになる。
Therefore, the common data area 205 defined by the C program module 202 is divided into a header and a data area as shown in FIG. 3, and the data area is accessed via the header.

また、Cプログラムモジュール202のデータベースに
は、人世のプリミティブなデータを格納する大口データ
ベース208を用い、この大口データベース208は所
定のメモリ空間に確保する。
Furthermore, the database of the C program module 202 is a large database 208 that stores primitive data of the human world, and this large database 208 is secured in a predetermined memory space.

また、prologインタプリタモジュール203のデ
ータベースには、Proto(lが推論を行なうルール
を格納する知識ベース209を用い、この知識ベース2
09も所定のメモリ空間に確保する。
In addition, the database of the prolog interpreter module 203 uses a knowledge base 209 that stores rules for inference by Proto(l), and this knowledge base 209 stores rules for inference by Proto(l).
09 is also secured in a predetermined memory space.

次に、この一実施例の動作を説明する。Next, the operation of this embodiment will be explained.

まず、CプログラムよりPr010(]を呼び出す場合
について述べる。
First, the case where Pr010(] is called from a C program will be described.

この場合には、Cプログラムモジュール202が人足デ
ータベース208を参照しつつ、Prot。
In this case, the C program module 202 refers to the footfall database 208 while reading Prot.

9インクプリタモジユール203においてProto9
を実行するのに必要なデータ(状態)を共通データ領域
205に格納する。その後、Prologインタプリタ
モジュール203により推論を行なうため、Cプログラ
ムモジュール202はP rologインクブリタモジ
ュール203を起動し、この起動時点のCプログラムの
実行状態をC用スタック206に格納する。
Proto9 in 9 ink printer module 203
The data (status) necessary to execute is stored in the common data area 205. Thereafter, in order to perform inference using the Prolog interpreter module 203, the C program module 202 starts the Prolog inkblitter module 203, and stores the execution state of the C program at the time of starting in the C stack 206.

こうしてCプログラムモジュール202により起動され
たp rologインタプリタモジュール203は、知
識ベース209とファクト節アクセスモジュール204
を通して共通データ領域205とをそれぞれ参照しなが
ら推論を実行する。そして、その推論の実行が終了した
ときに、推論の実行結果をファクト節アクセスモジュー
ル204を通して共通データ領域205に格納し、制御
をCプログラムモジュール202に移す。その際、Cプ
ログラムモジュール202はC用スタック206により
双性の実行状態に戻る。但し。共通データ領域205は
除く。
The prolog interpreter module 203 thus started by the C program module 202 uses the knowledge base 209 and the fact clause access module 204.
The inference is executed while referring to the common data area 205 through and through the common data area 205 respectively. When the execution of the inference is completed, the execution result of the inference is stored in the common data area 205 through the fact clause access module 204, and control is transferred to the C program module 202. At that time, the C program module 202 is returned to a bidirectional execution state by the C stack 206. however. The common data area 205 is excluded.

逆に、P rologよりC言語を呼び出?1′場合に
は次の通りとなる。
Conversely, can you call C language from Prolog? In the case of 1', the result is as follows.

このprologよりC言語を呼び出す場合には、p 
rologインタプリタモジュール203が知識ベース
209を参照しつつ推論を実行し、Cプログラムモジュ
ール202においてCプログラムを実行するために必要
なデータをファクト節の形式でファクト節アクセスモジ
ュール204を介して共通データ領域205に格納する
。その後、Cプログラムモジュール202により手続的
処理を行なうため、p roIogインタプリタモジュ
ール203はCプログラムモジュール202を起動し、
この起動時点のprolo(]プログラムの実行状態を
pr。
When calling C language from this prolog, p
The rolog interpreter module 203 executes inference while referring to the knowledge base 209, and the data necessary for executing the C program in the C program module 202 is transferred to the common data area 205 in the form of a fact clause via the fact clause access module 204. Store in. Thereafter, in order for the C program module 202 to perform procedural processing, the proIog interpreter module 203 starts the C program module 202,
The execution state of the prolo(] program at the time of startup is pr.

log用スケスタック20フ納する。Pay 20 ft of scale stack for log.

こうして、Pr0100インタプリタモジユール203
により起動されたCプログラム202は、大圏データベ
ース208と共通データ領域205とを参照しつつ、手
続的処理を実行する。そして、その手続的処理の実行が
終了したとぎに、手続的処理の実行結果を共通データ領
域205に格納し、制御をP rologインタプリタ
モジュール203に移す。その際、prolooインタ
プリタモジュール203はp rolOg用スタッウス
タック20フ前の実行状態に戻る。但し、共通データ領
域205は除く。
Thus, Pr0100 interpreter module 203
The C program 202 started up executes procedural processing while referring to the great circle database 208 and the common data area 205. Then, once the execution of the procedural process is completed, the execution result of the procedural process is stored in the common data area 205, and control is transferred to the Prolog interpreter module 203. At this time, the proloo interpreter module 203 returns to the previous execution state of the proloOg stack 20. However, the common data area 205 is excluded.

前述の如く、CプログラムよりProtoOを呼び出す
場合、逆にproIOgよりCプログラムを呼び出す場
合に、第3図に示す共通データ領域205が用いられる
。ここで、この共通データ領域205の宣言例を第4図
に挙げ、この際、共通データ領域205がどのようにア
クセスされるかを以下に述べる。
As mentioned above, when calling ProtoO from a C program, or conversely when calling a C program from proIOg, the common data area 205 shown in FIG. 3 is used. An example of the declaration of the common data area 205 is shown in FIG. 4, and how the common data area 205 is accessed will be described below.

まず、C言語による共通データ領域205のデータのア
クセスは、共通データ領域を直接アクセスすることにな
る。
First, when accessing data in the common data area 205 using the C language, the common data area is directly accessed.

これに対し、prologによる共通データ205のデ
ータのアクセスは、ファクト節アクセスモジュール20
4を介して間接的にアクセスする。
On the other hand, when prolog accesses data in the common data 205, the fact clause access module 20
accessed indirectly via 4.

即ち、prologインタプリタモジュール203によ
って共通データ領域を宣言する場合には、Prolo0
インタプリタモジュール203は、第5図に示すように
p rologプログラムの実行時に、22゜mm節が
現われると、知識ベース209だけでなく、ファクト節
アクセスモジュール204を介して共通データ領域もア
クセスする。
That is, when declaring a common data area by the prolog interpreter module 203, Prolo0
As shown in FIG. 5, when the 22 mm clause appears during execution of the prolog program, the interpreter module 203 accesses not only the knowledge base 209 but also the common data area via the fact clause access module 204.

そのため、ファクト節アクセスモジュール204は、P
rolOgインクブリタモジュール203から見た場合
、共通データ領域205の内容をpr。
Therefore, the fact clause access module 204
When viewed from the rolOg ink printer module 203, the contents of the common data area 205 are pr.

logによるプログラムのファクト節と同様にアクセス
させることになる。
It will be accessed in the same way as the fact clause of the program by log.

このようなことから、この一実施例のシステム構成であ
れば、 (イ)proIOg側からC言語を呼び出すことができ
、逆にC言語側からprologを呼び出すことができ
る。
For this reason, with the system configuration of this embodiment, (a) C language can be called from the proIOg side, and conversely, prolog can be called from the C language side.

(ロ)C言語からprologのファクト節を挿入する
ことができる。
(b) Prolog fact clauses can be inserted from C language.

(ハ)メインルーチンをC言語で記述することにより、
手続的な制御をp rologで記述する必要がなく実
行速度が向上される。
(c) By writing the main routine in C language,
There is no need to write procedural control in prolog, and execution speed is improved.

等の利点を得ることができる。You can get benefits such as:

なお、一実施例では知識用8語として、Prol。In one embodiment, Prol is used as the eight knowledge words.

gについて述べたが他の知識工学用言語、ツールでも本
発明を実現することができる。また、手続型言語として
、C言語について述べたがFORTRAN等も適用する
ことができる。
Although the present invention has been described using other knowledge engineering languages and tools, the present invention can be implemented using other knowledge engineering languages and tools. Further, although the C language has been described as a procedural language, FORTRAN etc. can also be applied.

[発明の効果] 以上説明したように、本発明が適用されたプログラム言
語用のリンク方式であれば、知識処理用言語及び手続型
言語の共通データ領域と、その各言語専用の2つのスタ
ックとを利用して、手続型言語対応モジュール、知識処
理用言語対応モジュール及びアクセスモジュールの各モ
ジュール間の転送制御により実行プログラムを知識処理
用言anと手続型言語とのそれぞれで分担処理すること
ができる。
[Effects of the Invention] As explained above, the linking method for programming languages to which the present invention is applied provides a common data area for knowledge processing languages and procedural languages, and two stacks dedicated to each language. By using , the execution program can be divided and processed between the knowledge processing language and the procedural language by controlling the transfer between the procedural language support module, the knowledge processing language support module, and the access module. .

従って、本発明に従えば知識処理用言語と手続型言語と
のプログラム言語間において、その両方側から個々に他
方を呼び出すことができると共に、変数の受は渡しが不
要となって、実行速度が向上される。
Therefore, according to the present invention, between a knowledge processing language and a procedural language, it is possible to individually call the other from both sides, and there is no need to pass variables, which speeds up execution. Improved.

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

第1図は本発明のプログラム言語間のリンク方式の概略
を示す機能ブロック図、第2図は本発明が適用された一
実施例の要部構成の概略を示づ機能ブロック図、第3図
は共通データ領域の構造を示す図、第4図は共通データ
領域を利用する宣言例を示す図、第5図はファクト節ア
クセスモジュールの動作例を示す図、第6図は従来方式
の概略を示す別面ブロック図、第7図はその従来方式に
おけるプログラム言語用の情報交換例を示す図である。 a・・・手続型言語対応モジュール b・・・知識処理用言語対応モジュールC・・・アクセ
スモジュール 201・・・cpu 202・・・Cプログラムモジュール 203・・・Prologインタプリタモジュール20
4・・・ファクト部アクセスモジュール205・・・共
通データ領域 206・・・C用スタック 207−P rolOg用スタッウ スタック208足データベース 209・・・知識ベース 7j、 l  図 第6諭 rolog C言2 gccc  (C+ B) intc、[3 B=C+1 第7図
FIG. 1 is a functional block diagram outlining the linking method between programming languages of the present invention, FIG. 2 is a functional block diagram outlining the main configuration of an embodiment to which the present invention is applied, and FIG. 3 is a diagram showing the structure of the common data area, Figure 4 is a diagram showing an example of a declaration that uses the common data area, Figure 5 is a diagram showing an example of the operation of the fact clause access module, and Figure 6 is an overview of the conventional method. Another side block diagram shown in FIG. 7 is a diagram showing an example of information exchange for a programming language in the conventional method. a... Procedural language support module b... Knowledge processing language support module C... Access module 201... CPU 202... C program module 203... Prolog interpreter module 20
4...Fact part access module 205...Common data area 206...Stack for C 207-Prostack stack 208 for rolOg Foot database 209...Knowledge base 7j, l Figure 6th rolog C word 2 gccc (C+ B) intc, [3 B=C+1 Figure 7

Claims (1)

【特許請求の範囲】[Claims] (1)知識処理用言語と手続型言語との何れによっても
アクセス可能とした共通データ領域を所定のメモリ空間
に定義すると共に、手続型言語によるプログラムの処理
の中で知識処理用言語を呼び出したときに手続型言語に
よるプログラムの実行状態をその専用スタックに格納す
る手続型言語対応モジュールと、 前記手続型言語対応モジュールで定義された共通データ
領域をアクセスし得ると共に、知識処理用言語によるプ
ログラムの処理の中で手続型言語を呼び出したときに知
識処理用言語によるプログラムの実行状態をその専用ス
タックに格納する知識処理用言語対応モジュールと、 前記知識処理用言語対応モジュールによって前記共通デ
ータ領域をアクセスする際に、知識処理用言語によるプ
ログラムのファクト(fact)節同様にその共通デー
タ領域をファクト節でアクセスさせるアクセスモジュー
ルとを具備し、 前記共通データ領域及び前記2つの専用スタックを利用
した前記各モジュール間の転送制御により実行プログラ
ムを知識処理用言語と手続型言語とのそれぞれで分担処
理することを特徴とするプログラム言語間のリンク方式
(1) A common data area that can be accessed by both the knowledge processing language and the procedural language is defined in a predetermined memory space, and the knowledge processing language is called during program processing using the procedural language. A procedural language compatible module that sometimes stores the execution state of a program written in a procedural language on its dedicated stack; and a procedural language compatible module that can access a common data area defined by the procedural language compatible module, a knowledge processing language compatible module that stores the execution state of a program in a knowledge processing language in its dedicated stack when a procedural language is called during processing; and a knowledge processing language compatible module that accesses the common data area. and an access module that allows the common data area to be accessed by the fact clause in the same way as the fact clause of the program written in the knowledge processing language, and each of the above using the common data area and the two dedicated stacks A method for linking between programming languages, characterized in that an execution program is dividedly processed between a knowledge processing language and a procedural language through transfer control between modules.
JP23234586A 1986-09-30 1986-09-30 Link system between program languages Pending JPS6386030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23234586A JPS6386030A (en) 1986-09-30 1986-09-30 Link system between program languages

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23234586A JPS6386030A (en) 1986-09-30 1986-09-30 Link system between program languages

Publications (1)

Publication Number Publication Date
JPS6386030A true JPS6386030A (en) 1988-04-16

Family

ID=16937750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23234586A Pending JPS6386030A (en) 1986-09-30 1986-09-30 Link system between program languages

Country Status (1)

Country Link
JP (1) JPS6386030A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03136138A (en) * 1989-08-14 1991-06-10 Internatl Business Mach Corp <Ibm> Communication method and device between prologue and external process
US8401992B2 (en) 2009-02-06 2013-03-19 IT Actual, Sdn. Bhd. Computing platform based on a hierarchy of nested data structures

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03136138A (en) * 1989-08-14 1991-06-10 Internatl Business Mach Corp <Ibm> Communication method and device between prologue and external process
US8401992B2 (en) 2009-02-06 2013-03-19 IT Actual, Sdn. Bhd. Computing platform based on a hierarchy of nested data structures

Similar Documents

Publication Publication Date Title
JP2539385B2 (en) Information processing device
JPS6386030A (en) Link system between program languages
JPH0724013B2 (en) Vector processor
JPH01169533A (en) Object steering programming system
JPH01150935A (en) Central processing unit
JPS62168497A (en) Data base processing system for exchange-processing program
JPS593636A (en) Processing system for execution of dynamically coupled module
JPS63245753A (en) Dispersion type data base accessing mechanism
JP2785855B2 (en) Information processing device
JPS61201326A (en) Information processor
JPS598060A (en) Microprocessor
JPH04322327A (en) Subroutine sharing method
JP2535144B2 (en) Parallel processing computer
JPS60129868A (en) Memory system
JPH03252856A (en) Processing system for program
JP2721377B2 (en) BASIC program compression method
JPS6048551A (en) List data access controlling system
JPS61256443A (en) Data exchanging device for simple software
JPS6029401B2 (en) Data output method
JPH11306077A (en) Memory management method
JPH05334187A (en) Memory overlay management system
JPH06161720A (en) Computer system
JPH01194052A (en) Data input/output circuit for digital signal processing processor
JPS62171036A (en) Module sharing system for compiler
JPS62140145A (en) Virtual computer system