JPH02126329A - Symbol processing system for language processing program - Google Patents
Symbol processing system for language processing programInfo
- Publication number
- JPH02126329A JPH02126329A JP27983188A JP27983188A JPH02126329A JP H02126329 A JPH02126329 A JP H02126329A JP 27983188 A JP27983188 A JP 27983188A JP 27983188 A JP27983188 A JP 27983188A JP H02126329 A JPH02126329 A JP H02126329A
- Authority
- JP
- Japan
- Prior art keywords
- symbol
- registered
- symbol information
- processing
- information
- 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
Links
- 238000003672 processing method Methods 0.000 claims description 9
- 238000004458 analytical method Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 101100276984 Mus musculus Ccdc88c gene Proteins 0.000 description 1
Landscapes
- Devices For Executing Special Programs (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は電子計算機システム上で動作する言語処理プロ
グラムのシンボル処理方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a symbol processing method for a language processing program running on a computer system.
従来、電子計算機システム上で動作する言語処理プログ
ラムのシンボル情報を電子計算機システムの主記憶装置
上に登録するようになっていた、〔発明が解決しようと
する課題〕
上述した従来のシンボル処理方式は、シンボル情報を保
持するための領域が主記憶装置内に限られているため、
登録するシンボル数が多くシンボル情報を保持するため
の主記憶装置内の容量か不足した場合にはシンボル情報
の保持が不=T能となり、言語処理プログラムの処理を
中止しなけれはならない。プログラマは再度ソース・プ
ログラムを修正し、シンボル数を減らす手間がかかり、
また、ソース・プログラム記述時にシンボル数を考慮し
なければならず、プログラムの開発効率が落ちるという
欠点がある。Conventionally, the symbol information of a language processing program running on a computer system was registered in the main memory of the computer system. [Problem to be Solved by the Invention] The conventional symbol processing method described above is , since the area for holding symbol information is limited in main memory,
If the number of symbols to be registered is large and the main memory has insufficient capacity to hold the symbol information, it becomes impossible to hold the symbol information, and the processing of the language processing program must be stopped. The programmer has to modify the source program again and reduce the number of symbols.
Furthermore, the number of symbols must be taken into consideration when writing the source program, which has the disadvantage of reducing program development efficiency.
本発明のシンボル処理方式は、シンボル情報を保持する
ための手段と、シンボル情報を保持するための領域が主
記憶装置内にあるか否かを判断する手段と、シンボル情
報を保持するための領域を二次記憶装置に拡張する手段
とを有る。The symbol processing method of the present invention includes means for holding symbol information, means for determining whether or not an area for holding symbol information exists in the main memory, and an area for holding symbol information. There is a means for expanding the data into a secondary storage device.
次に、本発明を図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は本発明の第一の実施例による処理方式を含む言
語処理プログラム全体の流れをブロック図にしたもので
あり、ソース・プログラム・ファイル1と、言語処理プ
ログラム2と、入力処理部3と、字句解析処理部4と、
オブジェクト・コード生成部5と、出力処理部6と、シ
ンボル処理部7と、出力ファイル8と、コンソール9と
を有している。FIG. 1 is a block diagram showing the entire flow of the language processing program including the processing method according to the first embodiment of the present invention, and includes a source program file 1, a language processing program 2, and an input processing section 3. and a lexical analysis processing unit 4,
It has an object code generation section 5, an output processing section 6, a symbol processing section 7, an output file 8, and a console 9.
第1図により、本発明の第一の実施例による処理方式を
含む言語処理プログラム全体の流れを説明する。言語処
理プログラム2は、入力処理部3においてコンソール9
からの入力を解析し、ソース・プログラム・ファイル1
を読み込む。字句解析処理部4は入力処理部3で読み込
まれたソース・プログラムの情報をうけとり、ソース・
プログラム中の文を解析する。このときシンボル登録の
必要がある場合には、シンボル処理部7でシンボルを第
3図に示す形式のシンボル・テーブルに登録する。オブ
ジェクト・コード生成部5は、字句解析処理部4がソー
ス・プログラム中の文を解析した情報をうけとり、ソー
ス・プログラム中の文をオブジェクト・コードに変換す
る。このとき、オブジェクト・コード生成にシンボル情
報が必要となる場合には、シンボル処理部7でシンボル
テーブルに登録されたシンボル情報を参照し、オブジェ
クト・コードを生成する。出力処理部6はオブジェクト
・コード生成部5から情報をうけとり、出力ファイル8
に出力する。The entire flow of a language processing program including a processing method according to a first embodiment of the present invention will be explained with reference to FIG. The language processing program 2 is executed on a console 9 in the input processing section 3.
Parse the input from source program file 1
Load. The lexical analysis processing section 4 receives the source program information read by the input processing section 3, and analyzes the source program.
Analyze statements in a program. If symbol registration is required at this time, the symbol processing unit 7 registers the symbol in a symbol table in the format shown in FIG. The object code generation section 5 receives information obtained by analyzing the sentences in the source program by the lexical analysis processing section 4, and converts the sentences in the source program into object code. At this time, if symbol information is required to generate the object code, the symbol processing section 7 refers to the symbol information registered in the symbol table and generates the object code. The output processing unit 6 receives information from the object code generation unit 5 and creates an output file 8.
Output to.
つぎにシンボル処理部7の処理について、第2図を用い
て説明する。シンボル処理部7は、ステップA1でシン
ボル情報を主記憶装置内のシンボル・テーブルに登録可
能かを判断する。ここで主記憶装置に容量がなく、シン
ボル情報をシンボル・テーブルに登録できない場合、ス
テップA2でコンソール上にシンボル・テーブルを拡張
するためのフロッピー・ディスク装置指定の入力を要求
するメツセージを出力する。ステップA3でコンソール
よりフロッピー・ディスク装置指定の入力を得たかを判
断し、入力を得ならステップA4で、指定されたフロッ
ピー・ディスクにシンボル・テーブル用のファイルをオ
ープンし、ステップA5でシンボルを登録する。Next, the processing of the symbol processing section 7 will be explained using FIG. 2. The symbol processing unit 7 determines in step A1 whether symbol information can be registered in the symbol table in the main storage device. If there is no capacity in the main memory and symbol information cannot be registered in the symbol table, a message is output on the console in step A2 requesting input of a floppy disk device designation for expanding the symbol table. In step A3, it is determined whether the input specifying the floppy disk device has been received from the console, and if the input has been obtained, the file for the symbol table is opened on the specified floppy disk in step A4, and the symbol is registered in step A5. do.
本発明の第二の実施例においては、言語処理プログラム
起動時に入力されるコンソール9がらのデータとして、
シンボル・デープル拡張時のフロッピー・ディスク装置
指定を入力し、その情報をシンボル処理部7に渡すこと
により、シンボル処理部7において、シンボル・テーブ
ル拡張時にコンソール9からのフロッピーディスク指定
の入力待ちをしないですむ。In the second embodiment of the present invention, as data from the console 9 input when starting the language processing program,
By inputting the floppy disk device specification when expanding the symbol table and passing that information to the symbol processing section 7, the symbol processing section 7 does not wait for the input of the floppy disk specification from the console 9 when expanding the symbol table. That's fine.
この第二の実施例におけるシンボル処理部7の処理につ
いて第4図を用いて説明する。第4図においてシンボル
処理部7は、ステップB1でシンボル情報を主記憶装置
内のシンボル・テーブルに登録可能かを判断する。ここ
で主記憶装置に容量がなく、シンボル情報をシンボル・
テーブルに登録できない場合、ステップB2で、言語処
理プログラム起動時にコンソール9から入力されたシン
ボル・テーブル拡張用のフロッピー・ディスク装置指定
を確認し、ステップB3で指定されたフロッピー・ディ
スクにシンボル・テーブル用のファイルをオープンし、
ステップB4でシンボルを登録する。The processing of the symbol processing section 7 in this second embodiment will be explained using FIG. 4. In FIG. 4, the symbol processing unit 7 determines in step B1 whether symbol information can be registered in the symbol table in the main storage device. At this point, there is no capacity in the main memory, and the symbol information is stored as a symbol.
If it cannot be registered in the table, in step B2 the floppy disk device specification for symbol table expansion inputted from the console 9 when the language processing program is started is checked, and in step B3 the floppy disk device specified for symbol table expansion is open the file,
In step B4, symbols are registered.
以上説明したように本発明は、シンボル情報を保持する
なめに必要な領域を主記憶装置内だけでなく、二次記憶
装置に拡張することによりシンボル数の多いソース・プ
ログラムでも言語処理プログラムの処理を中止すること
なく続行することができる効果がある。As explained above, the present invention enables language processing programs to be processed even in source programs with a large number of symbols by expanding the area necessary to hold symbol information not only in the main memory but also in the secondary memory. It has the effect of allowing you to continue without stopping.
第1図は本発明の第一の実施例による言語処理プログラ
ム全体のブロック図、第2図は第一の実施例における本
処理方式のフローチャート、第3図は第一の実施例にお
けるシンボル情報を保持する手段を実現したデープルを
示す図、第4図は本発明の第二の実施例における本処理
方式のフローチャートである。
1・・・ソース・プログラム・ファイル、2・・・言語
処理プログラム、3・・・入力処理部、4・・・字句解
析処理部、5・・・オブジェクト・コード生成部、6・
・・出力処理部、7・・・シンボル処理部、8・・・出
力ファイル、9・・・コンソール、10・・・シンボル
名、11・・・シンボル値、12・・・シンボル不可情
報。Fig. 1 is a block diagram of the entire language processing program according to the first embodiment of the present invention, Fig. 2 is a flowchart of the present processing method in the first embodiment, and Fig. 3 shows symbol information in the first embodiment. FIG. 4 is a flowchart of the present processing method in the second embodiment of the present invention, which is a diagram showing a daple that realizes the holding means. DESCRIPTION OF SYMBOLS 1... Source program file, 2... Language processing program, 3... Input processing section, 4... Lexical analysis processing section, 5... Object code generation section, 6.
... Output processing unit, 7... Symbol processing unit, 8... Output file, 9... Console, 10... Symbol name, 11... Symbol value, 12... Symbol disallowance information.
Claims (1)
シンボル処理方式において、シンボル情報を保持するた
めの手段と、シンボル情報を保持するための領域が主記
憶装置内にあるか否かを判断する手段と、シンボル情報
を保持するための領域を二次記憶装置に拡張する手段と
を有し、シンボル情報を保持するための領域が主記憶装
置内で不足した場合に二次記憶装置にその領域を拡張す
ることを特徴とする言語処理プログラムのシンボル処理
方式。In a symbol processing method for a language processing program running on a computer system, means for holding symbol information; means for determining whether an area for holding symbol information exists in a main memory; and means for expanding an area for holding symbol information to a secondary storage device, and expands the area to the secondary storage device when the area for holding symbol information is insufficient in the main storage device. A symbol processing method for a language processing program characterized by:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27983188A JPH02126329A (en) | 1988-11-04 | 1988-11-04 | Symbol processing system for language processing program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27983188A JPH02126329A (en) | 1988-11-04 | 1988-11-04 | Symbol processing system for language processing program |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02126329A true JPH02126329A (en) | 1990-05-15 |
Family
ID=17616530
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP27983188A Pending JPH02126329A (en) | 1988-11-04 | 1988-11-04 | Symbol processing system for language processing program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02126329A (en) |
-
1988
- 1988-11-04 JP JP27983188A patent/JPH02126329A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0721033A (en) | Device and method for processing language | |
JPH02126329A (en) | Symbol processing system for language processing program | |
JPH1011271A (en) | Version down inputting system | |
KR20020021083A (en) | System for generating optimized computer data field conversion routines | |
JP3018783B2 (en) | Compilation method | |
JP3039450B2 (en) | Stack area switching method and method, and storage medium storing stack area switching program | |
JPH05241890A (en) | Data trace system | |
JPS60254239A (en) | Object file conversion control system | |
JPH04295932A (en) | Previous check mechanism for file destruction | |
JPH05233307A (en) | Plural process generating method | |
JPS61283947A (en) | Automatic deciding method for input and output buffer size | |
JPH0495139A (en) | Cross reference output system for language processing program | |
JPH0962512A (en) | Program transformation device and method having description language transformation function from low-class language to high-class language | |
JP2001134431A (en) | Method for deciding reinput possibility of function | |
JPH05313910A (en) | Machine word instruction generating system | |
JPH03139719A (en) | Installation verification system for program | |
JPH027121A (en) | Command input control system for program | |
JPH04320535A (en) | Program forming device | |
JP2001331312A (en) | System for acquiring related information among plural programs | |
JPS63228341A (en) | Program syntax checking system | |
JPS6022244A (en) | Registration method of job control macro definition sentence | |
JPH03186933A (en) | Symbol processing system for language processing system | |
JPH03138731A (en) | System for sharing data between jobs | |
JPH05143300A (en) | Program preparing device | |
JPH06214793A (en) | Program look-ahead system |