JPS62221037A - Compiling method - Google Patents

Compiling method

Info

Publication number
JPS62221037A
JPS62221037A JP6357686A JP6357686A JPS62221037A JP S62221037 A JPS62221037 A JP S62221037A JP 6357686 A JP6357686 A JP 6357686A JP 6357686 A JP6357686 A JP 6357686A JP S62221037 A JPS62221037 A JP S62221037A
Authority
JP
Japan
Prior art keywords
intermediate text
machine
text
synthesization
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
JP6357686A
Other languages
Japanese (ja)
Inventor
Kikuko Tsubokura
坪倉 幾久子
Reiko Nakanishi
中西 玲子
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP6357686A priority Critical patent/JPS62221037A/en
Publication of JPS62221037A publication Critical patent/JPS62221037A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To improve the efficiency of object production by applying the synthetic information on an intermediate text depending on a machine to an intermediate text obtained from a source program independent of the machine, and transforming the intermediate text into another depending on the machine to obtain an object program from the intermediate text. CONSTITUTION:An intermediate text is produced from analysis of the sentence structure of a source program independent of a machine. The synthesization enable attribute contained in the intermediate text is checked for display of another specific intermediate text with which the original intermediate text can be synthesized or not between the intermediate text. Then the intermediate text synthetic information depended on a machine is applied to the synthesization enable intermediate text for synthesization between the synthesization enable intermediate texts in response to a synthesization enable display. While on object program dependent on the machine is obtained from said synthetic intermediate text and those intermediate texts which are incapable of synthesization. Thus it is possible to output the compiled object program as a program dependent on the machine. Then the efficiency of object production is improved.

Description

【発明の詳細な説明】 〔概 要〕 マシン独立のソースプログラムのコンパイルの際に生成
される中間テキストに対しマシン特徴情報を利用して可
及的合成処理を行なう技法を導入゛してオブジェクト効
率の向上を図る。
[Detailed Description of the Invention] [Summary] Introducing a technique to perform as much synthesis processing as possible using machine characteristic information on intermediate text generated when compiling a machine-independent source program, thereby improving object efficiency. We aim to improve

〔産業上の利用分野〕[Industrial application field]

本発明はコンパイル方法に関し、更に詳しく言えば、マ
シン独立のソースプログラムからマシン依存のオブジェ
クトプログラムへのコンパイルをそのオブジェクト効率
を高め得るよう改善したコンパイル方法に関する。
The present invention relates to a compilation method, and more particularly to a compilation method that improves the compilation of a machine-independent source program into a machine-dependent object program so as to improve the object efficiency.

近年のプログラム記憶式データ処理装置は、殆どプログ
ラミング言語で記述されたプログラムで動作するように
構成、されているが、その装置に実際の動作を生ぜしめ
るためにはプログラミング言語で記述されたソースプロ
グラムをコンパイラでオブジェクトプログラムに変える
必要性がある。
Most recent program storage type data processing devices are configured to operate using programs written in a programming language, but in order to cause the device to actually operate, a source program written in a programming language is required. There is a need to convert it into an object program using a compiler.

そのコンパイラはターゲットマシン依存で作られている
から、プログラミング言語で作成されたソースプログラ
ムをターゲットマシンを変えて使用する場合に問題が生
ずる。
Since the compiler is created depending on the target machine, problems arise when a source program created in a programming language is used on a different target machine.

〔従来の技術〕[Conventional technology]

つまり、従来のコンパイラはこれにより生成されるオブ
ジェクトプログラムを実行するターゲットマシンのアー
キテクチャに依存したコンパイル処理を行なう。このア
ーキテクチャへの依存性は出力されるオブジェクトプロ
グラムがターゲットマシンによって異なって来るという
ことだけに留まらず、ソースプログラムの解析にも現れ
ている。
In other words, conventional compilers perform compilation processing that depends on the architecture of the target machine on which the object program generated by the compiler is executed. This dependence on architecture is not only reflected in the fact that the output object program differs depending on the target machine, but also in the analysis of the source program.

それ故、ターゲットマシンを異にするコンパイラでは、
それにかけられるソースプログラムの言語仕様をそれに
合わせて異ならしめているのが一般である。
Therefore, for compilers with different target machines,
Generally speaking, the language specifications of the source programs that are applied to these programs are made to differ accordingly.

このようなソースプログラムに対するコンパイル手法の
対応では、ソースプログラムの流通に問題が生ずる。つ
まり、成るターゲットマシンのソースプログラムを別の
ターゲットマシンに流用。
When the compilation method is adapted to such a source program, a problem arises in the distribution of the source program. In other words, the source program of one target machine can be reused on another target machine.

移行、移植したい場合に間違いが生じやすく、大きな問
題となっている。
It is easy to make mistakes when you want to migrate or port, which is a big problem.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述のような言語仕様の変更から生ずる問題を回避する
ためには、言語仕様の統一を行なえばよいことになるが
、その単なる統一では次のような問題が生ずる。即ち、
上記統一を図ることはすべてのコンパイラの構文解析部
を共通にすることを意味する、換言すればターゲットマ
シンに依存した解析を行なわないことである。このよう
な解析を用いてそのままオブジェクトプログラム(アセ
ンブラ)を生成することにすると、そのオブジェクトプ
ログラムはターゲットマシンの特徴を活かせ得ないもの
となっており、これがため、オブジェクト効率を高める
ことができないというジレンマに陥る。
In order to avoid the problems that arise from changing the language specifications as described above, it would be sufficient to unify the language specifications, but such simple unification causes the following problems. That is,
Achieving the above-mentioned unification means that all compilers use a common syntax analysis unit; in other words, it means that analysis does not depend on the target machine. If an object program (assembler) is directly generated using this kind of analysis, the object program cannot take advantage of the characteristics of the target machine, which creates the dilemma of not being able to improve object efficiency. fall into

本発明は斯かる問題点に鑑みて創作されたもので、オブ
ジェクト作成効率の向上となると共にソースプログラム
の流通促進に寄与し得るコンパイル方法を提供すること
を目的とする。
The present invention was created in view of such problems, and an object of the present invention is to provide a compiling method that can improve object creation efficiency and contribute to promoting distribution of source programs.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の原理説明図を示す。この図に示すよう
に、本発明はマシン独立のソースプログラムの構文解析
ステップ10と、ステップ10で作成される中間テキス
ト間の合成可能属性の判定を為し、その合成可否を示す
属性判定ステップ12と、合成可の判定に応じてマシン
依存の中間テキスト合成情報を合成可能中間テキストに
作用させて合成可能中間テキスト間の合成を為す合成ス
テップ14と、合成中間テキスト及び未合成中間テキス
トからマシン依存のオブジェクトプログラムを生成する
コード生成ステップ16とから成る。
FIG. 1 shows a diagram explaining the principle of the present invention. As shown in this figure, the present invention includes a machine-independent source program syntax analysis step 10, and an attribute determination step 12 in which attributes that can be synthesized between the intermediate texts created in step 10 are determined and whether or not the synthesis is possible. and a synthesis step 14 in which machine-dependent intermediate text synthesis information is applied to the synthesizable intermediate text to synthesize synthesizeable intermediate texts according to the determination that synthesis is possible; and a code generation step 16 for generating an object program.

〔作 用〕[For production]

マシン独立のソースプログラムの構文解析により中間テ
キストを生成する(ステップ10)。その中間テキスト
に含まれる中間テキストの間の合成可能属性を調べてそ
の中間テキストの他のいずれの中間テキストとの合成が
可能であるか、又は前記中間子キス・トの他のいずれの
中間テキストとの如何なる合成をも為し得ないかの表示
を為す(ステップ12)。合成可能表示に応答してマシ
ン依存の中間テキスト合成情報を合成可能中間テキスト
に作用させて合成可能中間テキスト間の合成を行なう(
ステップ14)。その合成中間テキスト及び上記判定に
おいて合成不可と判定された中間テキストからマシン依
存のオブジェクトプログラムを生成する。
Intermediate text is generated by machine-independent syntax analysis of the source program (step 10). Check the compositable attribute between the intermediate texts included in the intermediate text to determine whether the intermediate text can be composed with any other intermediate text, or with any other intermediate text of the intermediate text. An indication is made as to whether any combination of the two cannot be performed (step 12). Synthesis between the composable intermediate texts is performed by applying machine-dependent intermediate text synthesis information to the composable intermediate text in response to the composable intermediate text (
Step 14). A machine-dependent object program is generated from the synthesized intermediate text and the intermediate text determined to be impossible to synthesize in the above determination.

このようにすることによって、たとえ構文解析がマシン
独立のソースプログラムを為し得るものつまりすべての
コンパイルに共通になっていたとしても、コンパイルし
て得られるオブジェクトプログラムはマシン依存のもの
として出力し得るからオブジェクト効率の向上となる。
By doing this, even if the syntax analysis is common to all compilations, which can make machine-independent source programs, the resulting object program can be output as machine-dependent. This will improve object efficiency.

〔実施例〕 第2図は本発明の実施例要部の処理フローを示す。この
処理フローに基づくコンパイルは各種のアドレッシング
機能を備えたシステムの中で行なわれるものである。そ
のアドレッシング機能のうち、以下に説明するコンパイ
ル例との関係でそのコンパイルに用いられるアドレッシ
ング機能例を示せば次の通りである。
[Embodiment] FIG. 2 shows a processing flow of a main part of an embodiment of the present invention. Compilation based on this processing flow is performed in a system equipped with various addressing functions. Among the addressing functions, examples of addressing functions used in the compilation are as follows in relation to the compilation example described below.

1.1 絶対アドレス 記述方法: xxx XXXは絶対アドレスを表す。1.1 Absolute address Description method: xxx XXX represents an absolute address.

意味  :絶対アドレスでポイントされるデータを表す
Meaning: Represents data pointed to by an absolute address.

1.2 ディスプレースメント付きアドレスレジスタ間
接 記述方法:d(An) dはディスプレースメントを表す (数字を書く)。
1.2 Address register indirect description method with displacement: d(An) d represents displacement (write a number).

Anはアドレスレジスタを表す。An represents an address register.

意味  :Anレジスタの内容とディスプレースメント
の値の和でポイントさ れるメモリ上のデータを表す。
Meaning: Represents data in memory that is pointed to by the sum of the contents of the An register and the displacement value.

1.3 インデックス付きアドレスレジスタ間記述方法
:d (An、Ri) dはディスプレースメントを表す。
1.3 Indexed address register description method: d (An, Ri) d represents displacement.

数字を書く。write numbers.

Anはアドレスレジスタを表す。An represents an address register.

Rtはインデックスレジスタを表 す。Rt represents the index register vinegar.

意味  :Anレジスタの内容とRiレジスタの内容と
ディスプレースメント の値の和でポイントされるメモリ 上のデータを表す。
Meaning: Represents data on memory pointed to by the sum of the contents of the An register, the contents of the Ri register, and the displacement value.

第2図処理フローに従っての処理が開始されるのに先立
って、本発明コンパイラ(第3図参照)でコンパイルさ
れるソースプログラム(C言語による)は、例えば以下
に示すようなものである。
The source program (in C language) compiled by the compiler of the present invention (see FIG. 3) before the processing according to the processing flow in FIG. 2 is started is as shown below, for example.

このソースプログラムは第3図に示されるように、マシ
ン独立の構文解析部20で解析され、その解析結果たる
中間テキストは第3図のファイル30に格納される。そ
の中間テキストは以下の通りである。
As shown in FIG. 3, this source program is analyzed by a machine-independent syntax analysis unit 20, and the intermediate text resulting from the analysis is stored in a file 30 in FIG. The intermediate text is as follows.

フラグ ■配列iiの先頭アドレスを求める   1■nの4倍
の値を求める        1■■と■で求めた値を
加算する     1■■の値に4を加える     
     l■■のアドレスが指す内容を変数iに 代入する               Oフラグの“
1゛は対象マシンが上述アドレッシング機能をサポート
しており、再統合可能であることを示す。
Flag ■ Find the start address of array ii 1 ■ Find the value 4 times n Add the values found in 1 ■■ and ■ 1 Add 4 to the value of ■■
Assign the content pointed to by the address of l■■ to variable i.
1'' indicates that the target machine supports the above-mentioned addressing function and can be reintegrated.

次いで、第2図処理フローに従った処理が行なわれる。Next, processing according to the processing flow in FIG. 2 is performed.

この第2図での処理は第3図の中間テキスト書替え部4
0において遂行されるが、この中間テキスト書替え部4
0にファイル30から読み込まれて来る中間テキストが
アドレスを求めるテキストであるか否かの判定が為され
、否定判定のとき第2図処理フローステップ100,1
02,104のループを繰り返し、次に読み込まれて来
た中間テキストがアドレスを求めるテキストであるとの
判定(合成可能属性を有するとの判定)が為されると(
ステップ104のyeS)、ステップ106へ進む。上
記段別では、中間テキスト■のとき、ステップ106へ
進む。
This process in Figure 2 is performed by the intermediate text rewriting unit 4 in Figure 3.
0, this intermediate text rewriting unit 4
0, a determination is made as to whether the intermediate text read from the file 30 is the text for which an address is requested, and if the determination is negative, processing flow step 100, 1 in FIG.
After repeating the loop of 02 and 104, when it is determined that the next read intermediate text is the text for which an address is requested (determination is that it has the compositable attribute) (
(yes in step 104), the process proceeds to step 106. In the above stage classification, when the intermediate text is ■, the process proceeds to step 106.

このステップ106において次の中間テキストを読み込
み、そのテキストがアドレス情報を付加するテキストか
否かを判定する。上記段別中間テキスト■、■はそれに
該当するので、ステップ1)0において合成処理のため
のアドレス情報即ち、ここまでの処理においては、配列
iiの先頭アドレス(ちととなるアドレス)、nの4倍
の値(付加される値)及び定数値4をワークエリア等を
用いて一時保持する。
In this step 106, the next intermediate text is read and it is determined whether the text is a text to which address information is to be added. Since the above-mentioned staged intermediate text ■, The double value (added value) and constant value 4 are temporarily held using a work area or the like.

このような一連のアドレス情報の獲得即ちステップ10
6,108,1)0からなるループの反復を行なってい
く途中においてファイルから読み込まれた中間テキスト
がアドレス情報を付加するテキストでなくなったとき(
ステップ108のno)、その読み込まれた中間テキス
トがアドレスを利用したテキストであるか否かの判定が
ステ・ノブ1)2で為され、否定判定ならステップ10
6へ戻る(その際、ステップ1)6でフラグ=1となっ
ていることを要する。フラグ−〇ならばステップ100
へ進む。)が、肯定判定ならばステップ1)4へ進む。
Obtaining such a series of address information, that is, step 10
6,108,1) When the intermediate text read from the file is no longer the text to which address information is added while repeating the loop consisting of 0 (
Step 108 (no), it is determined whether the read intermediate text is a text using an address or not in Step Nob 1) 2, and if the determination is negative, step 10
6 (at this time, it is necessary that the flag is set to 1 in step 1). Flag - If ○, step 100
Proceed to. ), if the determination is affirmative, proceed to step 1)4.

上記設定中間テキスト■はステップ1)2のyesとな
るものに該当し、ステップ1)4で中間テキスト■、■
、■を統合して1つの中間テキストにする処理を次のよ
うにして行なう。
The above setting intermediate text ■ corresponds to step 1) 2 that is yes, and in step 1) 4 intermediate text ■, ■
, ■ to form one intermediate text is performed as follows.

即ち、上述コンパイル処理システムに既述の如く装備さ
れているアドレッシング機能、就中上記アドレス情報及
びその中間テキスト(マシン依存の中間テキスト合成情
報)によって決まるインデックス付アドレスレジスタ間
接形式のアドレッシング機能を上述結合処理に作用せし
めて中間テキスト■°を新たに生成せしめ、これをファ
イル30に次のように書き込んでその書替えを行なう。
That is, the above-mentioned combination of the addressing functions that the above-mentioned compilation processing system is equipped with as described above, particularly the addressing function of the indexed address register indirect format determined by the above-mentioned address information and its intermediate text (machine-dependent intermediate text synthesis information) The process is activated to newly generate intermediate text ■°, and this is written in the file 30 as follows to rewrite it.

即ち、中間テキスト■、■はファイル30にそのまま残
されるが、中間テキスト■、■はファイルから削除され
、中間テキスト■゛が中間テキスト■に置き代えられる
如きものである。こうして、書き替えられた中間テキス
トは ■配列iiの先頭アドレスを求める ■nの4倍の値を求める ■゛ iiのアドレス(インデックス−n×4+デイス
プレースメント=4)が指す内容を変数iに代入する となり、この中間テキストを第3図のコード作成部50
を介して生成したアセンブラは ■tea  ii、ao   riiの番地をaoし1
)ジスタに代入する 〕 ■’  move   4  (ao、  dO)、 
 iとなる。
That is, the intermediate texts (2) and (2) are left as they are in the file 30, but the intermediate texts (2) and (2) are deleted from the file, and the intermediate text (2) is replaced with the intermediate text (3). In this way, the rewritten intermediate text is: ■ Find the start address of array ii ■ Find the value 4 times n When the intermediate text is substituted, the code creation unit 50 in FIG.
The assembler generated through
) Assign to register] ■' move 4 (ao, dO),
It becomes i.

因に、上述の如き本発明による書替えを行なうことなし
に、コード生成部50から生成せしめたアセンブラを示
せば次のようになる。
Incidentally, the assembler generated by the code generation section 50 without performing the rewriting according to the present invention as described above is as follows.

以上の説明から明らかな如く、本発明によれば上述の如
き中間テキストの書替え処理によりマシンに依存した中
間テキストが生成され得るから、それから生成されて来
るオブジェクトプログラム(アセンブラ)はターゲット
マシンの特徴を活かし得てオブジェクト効率の向上とな
る。
As is clear from the above explanation, according to the present invention, machine-dependent intermediate text can be generated by the above-mentioned intermediate text rewriting process, so that the object program (assembler) generated therefrom takes into account the characteristics of the target machine. This can be used to improve object efficiency.

このような作用効果を奏する本発明実施例で活用するア
ドレッシング機能の他の例を本発明の開示の助けのため
付は加えておく。
Other examples of the addressing function utilized in the embodiments of the present invention that have the above-mentioned effects will be added for the purpose of assisting in the disclosure of the present invention.

本発明のコンパイラにかけられるソースプログラムを とした場合に、第5図のマシン独立の構文解析部20で
解析されて得られる中間テキストは■構造体aの先頭ア
ドレスを求める ■■の値に定数8を加算する ■■の値がポイントする内容を求める ■■の値に定数4を加算する ■■の値がポイントする内容をccに代入するとなり、
中間テキスト書替え部40によって書き替えられた中間
テキストは ■゛ aのアドレス(ディスプレースメント=8)が指
す内容を求める ■゛■° のアドレス(ディスプレースメント=4)が
指す内容をccに代入する となる。この中間テキスト■゛を中間テキスト■。
In the case of a source program to be run by the compiler of the present invention, the intermediate text obtained by being analyzed by the machine-independent syntax analysis unit 20 shown in FIG. Add the content that the value of ■■ points to. Add the constant 4 to the value of ■■. Assign the content that the value of ■■ points to to cc.
The intermediate text rewritten by the intermediate text rewriting unit 40 is as follows: ■ Find the content pointed to by the address a (displacement = 8). ■ Substitute the content pointed to by the address (displacement = 4) to cc. . This intermediate text■゛is an intermediate text■.

■、■から得るのに上述絶対アドレス形式のアドレッシ
ング機能が用いられ、中間テキスト■°を中間テキスト
■、■から得るのに上述ディスプレースメント付アドレ
スレジスタ間接形式のアドレッシング機能が用いられる
The addressing function of the absolute address format described above is used to obtain the intermediate text ■° from the intermediate texts ■ and ■, and the addressing function of the indirect format of the address register with displacement described above is used to obtain the intermediate text ■° from the intermediate texts ■ and ■.

こうして得られた中間テキストをコード生成部を介して
生成したアセンブラは となるのに対して、本発明による書替えを行なう前の中
間テキストをコード生成部50を介して生成したアセン
ブラは 〔発明の効果〕 以上説明したように本発明によれば、マシン独立のソー
スプログラムから得られた中間テキストにマシン依存の
中間テキスト合成情報を作用させてその中間テキストを
マシン依存の中間テキストに変貌させ、その中間テキス
トからオブジェクトプログラムを得るようにしているか
ら、オブジェクト作成効率を向上させることができる。
The assembler that generated the intermediate text obtained in this way through the code generation section becomes , whereas the assembler that generates the intermediate text before rewriting according to the present invention through the code generation section 50 becomes [Effects of the Invention] ] As explained above, according to the present invention, machine-dependent intermediate text synthesis information is applied to intermediate text obtained from a machine-independent source program to transform the intermediate text into machine-dependent intermediate text, and the intermediate text is transformed into machine-dependent intermediate text. Since the object program is obtained from the text, the object creation efficiency can be improved.

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

第1図は本発明の原理説明図、 第2図は本発明の実施例要部の処理フロー、第3図は本
発明コンパイラ構成を示す図である。 第1図において、 10は構文解析ステップ、 12は属性判定ステップ、 14は合成ステップ、 16はコード生成ステップである。 ソースプログラム 本完明の原理説明図 第1図 本光明コンパイラ構成図 第3図
FIG. 1 is a diagram illustrating the principle of the present invention, FIG. 2 is a processing flow of a main part of an embodiment of the present invention, and FIG. 3 is a diagram showing a compiler configuration of the present invention. In FIG. 1, 10 is a syntax analysis step, 12 is an attribute determination step, 14 is a synthesis step, and 16 is a code generation step. Source program Honmei principle explanatory diagram Figure 1 Honkomei compiler configuration diagram Figure 3

Claims (2)

【特許請求の範囲】[Claims] (1)マシン独立のソースプログラムを構文解析し(1
0)、 構文解析結果の中間テキスト間の合成可能属性を判定し
てその合成可否を表示し(12)、合成可の判定に応じ
てマシン依存の中間テキスト合成情報を合成可能中間テ
キストに作用させて合成可能中間テキスト間の合成を為
し(14)、合成中間テキスト及び未合成中間テキスト
からマシン依存のオブジェクトプログラムを生成する(
16)ことを特徴とするコンパイル方法。
(1) Parse the machine-independent source program (1)
0), determines the compositable attribute between the intermediate texts of the syntax analysis results, displays whether or not the compositable is possible (12), and applies machine-dependent intermediate text synthesis information to the compositable intermediate text according to the determination of compositable. (14), and generates a machine-dependent object program from the synthesized intermediate text and the unsynthesized intermediate text (14).
16) A compilation method characterized by the following.
(2)前記中間テキスト合成情報を構成するものであっ
て合成可能中間テキストのために出力されるアドレスが
前記合成可能中間テキスト間の合成に際してコンパイル
機能をサポートするシステムのアドレッシング機能で用
いられることを特徴とする特許請求の範囲第1項記載の
コンパイル方法。
(2) The address that constitutes the intermediate text synthesis information and is output for the synthesizable intermediate text is used by the addressing function of the system that supports the compile function when composing the synthesizable intermediate text. A compilation method according to claim 1, characterized in that:
JP6357686A 1986-03-20 1986-03-20 Compiling method Pending JPS62221037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6357686A JPS62221037A (en) 1986-03-20 1986-03-20 Compiling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6357686A JPS62221037A (en) 1986-03-20 1986-03-20 Compiling method

Publications (1)

Publication Number Publication Date
JPS62221037A true JPS62221037A (en) 1987-09-29

Family

ID=13233220

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6357686A Pending JPS62221037A (en) 1986-03-20 1986-03-20 Compiling method

Country Status (1)

Country Link
JP (1) JPS62221037A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6233732B1 (en) 1993-06-17 2001-05-15 Fujitsu Limited Compiling system using intermediate codes to store a plurality of values

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6233732B1 (en) 1993-06-17 2001-05-15 Fujitsu Limited Compiling system using intermediate codes to store a plurality of values

Similar Documents

Publication Publication Date Title
KR101154730B1 (en) Method for configuring a computer program
US5742828A (en) Compiler and method for evaluation of foreign syntax expressions in source code
US20060041879A1 (en) System and method for changing defined user interface elements in a previously compiled program
US20060015856A1 (en) Modification method for modifying a source code
JPS6293735A (en) Compiler
JP2004348737A (en) Creation method and system of support file for command
MXPA03004411A (en) System and method for defining and using subclasses declaratively within markup.
US8612962B2 (en) Method for programming a memory-programmable controller with resistant storage of data in memory
JPS62221037A (en) Compiling method
CN115640014A (en) Function block online checking method based on compiling implanted feature codes
KR100417655B1 (en) Regulating information generator and program development system composed of regulator
Sarkar et al. EDUCATIONAL PEARL: A Nanopass framework for compiler education
Riddle et al. Tools for software system construction
JP6020071B2 (en) Programmable controller system, its support device, programmable controller
Winstanley A type-sensitive preprocessor for Haskell
JPS6310239A (en) Patch production system for high-level language
JP3596570B2 (en) Method of allocating classes to main storage
Bichler Tool support for generating implementations of MOF-based modeling languages
US20100017785A1 (en) Method for generating a machine-executable target code from a source code, associated computer program and computer system
Lam Practical Performance Enhancements to the Evaluation Model of the Hazel Programming Environment
JPH03186933A (en) Symbol processing system for language processing system
Parsons et al. Compiling and Running Java Programs
JP2000276344A (en) Program generation system using object and its program generating method
JPH03100730A (en) Method for emergency correction data generation processing with high grade language
JPH03137727A (en) Editor with program explanation file generator function