JPS6394336A - Conversion processing system for interpreter type simple language - Google Patents

Conversion processing system for interpreter type simple language

Info

Publication number
JPS6394336A
JPS6394336A JP24063286A JP24063286A JPS6394336A JP S6394336 A JPS6394336 A JP S6394336A JP 24063286 A JP24063286 A JP 24063286A JP 24063286 A JP24063286 A JP 24063286A JP S6394336 A JPS6394336 A JP S6394336A
Authority
JP
Japan
Prior art keywords
item
program
stored
conversion table
converted
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
JP24063286A
Other languages
Japanese (ja)
Inventor
Yoshinori Fujio
藤尾 好則
Misao Ito
操 伊藤
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP24063286A priority Critical patent/JPS6394336A/en
Publication of JPS6394336A publication Critical patent/JPS6394336A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To effectively use a storage area, and to improve conversion efficiency, by converting an alpha-numerical code data to a binary number, or a hexadecimal number by using a conversion table in which a program inputted from an input device is stored in the main storage device of a data processor in advance, and storing it in the storage area. CONSTITUTION:An arithmetic item is an item existing in a file in an I1, and forms the item of an external decimal number form having a number from a first digit to a seventh digit from left on a record. A file name 'I1' refers the conversion table, and converts the number of the item to a file number 1 of binary number from the file name, and stores it in a two-byte area. An operator 7 represents the operator of a four operation instruction, and is designated as one character. The character is referred to the conversion table, and is converted from an operator '*' representing a multiplication instruction to an operator code 103 of hexadecimal number, and is stored in a one-byte area 24. The position 8 of the arithmetic item represents the position of the item, and is designated in a decimal number.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、インタプリタ型簡易言語の変換処理方式に
関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a conversion processing method for an interpreted simple language.

〔従来の技術〕[Conventional technology]

コンピュータを利用する場合、通常はC0BOLあるい
はFORTRAN言語等を使用してプログラムを作成し
なければならない。プログラムの作成には、プログラム
設計、プログラミング、コンパイル、テスト、デバッグ
等の作業工程を経ることから、コンピュータの専門知識
と数日間の作業期間が必要とされる。したがって、コン
ピュータの専門知識をもたない者が必要な情報を早急に
入手したい場合は、コンピュータ部門にプログラムの作
成を依頼するかあるいは既に出力されている情報の中か
ら必要な情報を選択することになる。
When using a computer, programs must normally be created using a language such as COBOL or FORTRAN. Creating a program requires computer expertise and several days of work, as it involves steps such as program design, programming, compilation, testing, and debugging. Therefore, if someone without computer expertise wants to quickly obtain the necessary information, they should either request the computer department to create a program or select the necessary information from among the information that has already been output. become.

インタプリタ型簡易言語は、コンピュータの専門的な知
識をもたない者でも短期間に容易に習得でき、しかもプ
ログラムの作成期間を大幅に短縮する目的で開発されて
いる。しかしながら、従来のインタプリタ型簡易言語は
、第10図(a)、(b)のように利用者が記述したプ
ログラム第10図(a>を、そのままの形式でデータ処
理装置の記憶域に第10図(b)のように格納し、デー
タ処理が実行されていた。
Interpreted simplified languages are developed for the purpose of being easy to learn in a short period of time even by people without specialized knowledge of computers, and also for the purpose of significantly shortening the time required to create a program. However, in the conventional interpreted simple language, the program shown in FIG. 10 (a) written by the user as shown in FIGS. The data was stored and data processing was performed as shown in Figure (b).

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

従来のインタプリタ型簡易言語は、利用者が記述作成し
たプログラムをそのままの形式でデータ処理装置の記憶
域に格納し、データ処理が実行されていたために記憶域
の利用効率の観点からすると、非常に不経済な利用の仕
方であった。すなわち第10図(a)で示されるように
プログラム記述上必要ではあっても、データ処理上では
まったく不用な部分も格納するために貴重な記憶域を不
合理に使用することになっていた(第10図(b)の不
用部分)。また、この未使用部分はプログラムの大きさ
に比例して大きくなるために大きなプログラムを実行す
る場合は多量の記憶域を確保しなければならなかった。
In conventional interpreted simple languages, the program written by the user is stored in the storage area of the data processing device in its original format, and the data processing is executed, which makes it extremely inefficient from the perspective of storage usage efficiency. This was an uneconomical way to use it. In other words, as shown in Figure 10(a), valuable storage space is unreasonably used to store parts that are necessary for program description but completely unnecessary for data processing ( (Unnecessary part in FIG. 10(b)). Furthermore, since this unused portion grows in proportion to the size of the program, a large amount of storage space must be secured when a large program is executed.

本発明の目的は、上記欠点をなくしデータ処理装置の記
憶域の有効利用を図ることができ、かつ、変換効率の良
いインタプリタ型簡易言語の変換処理方式を提供するこ
とにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide an interpreted simple language conversion processing method that eliminates the above-mentioned drawbacks, makes effective use of the storage area of a data processing device, and has high conversion efficiency.

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

本発明のインタプリタ型簡努言語の変換処理方式の横或
は、インタプリタ型簡易言語により記述されたプログラ
ムを入力する入力装置と、この入力装置から入力された
前記プログラムを主記憶装置に格納し、この格納された
プログラムを実行しデータ処理を行うデータ処理装置と
、このデータ処理装置の出力内容をプリントする出力装
置とを有し、前記入力装置から入力した前記プログラム
を前記データ処理装置の前記主記憶装置にあらかじめ格
納されている変換テーブルを使用してアルファニューメ
リックのコードデータを2進数または16進数に変換す
ることによりその記憶域に格納することを特徴とする。
Beside the interpreted simple language conversion processing method of the present invention, an input device for inputting a program written in the interpreted simple language, and storing the program input from the input device in a main storage device, It has a data processing device that executes this stored program and processes data, and an output device that prints the output contents of this data processing device, and the program that is input from the input device is transmitted to the The method is characterized in that alphanumeric code data is converted into binary or hexadecimal numbers using a conversion table previously stored in the storage device, and then stored in the storage area.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明のインタプリタ型簡易言語の変換処理方
式を実行するシステムの一実施例のブロック図である。
FIG. 1 is a block diagram of an embodiment of a system that executes the interpreted simple language conversion processing method of the present invention.

第1図に示したようにプログラムを実行するデータ処理
装置1はCPU11、変換テーブル21およびプログラ
ム格納エリア22を有する主記憶装置2を含んでいる。
As shown in FIG. 1, a data processing device 1 that executes a program includes a main storage device 2 having a CPU 11, a conversion table 21, and a program storage area 22.

また、このシステムはCPU1lに接続された入力装置
のキーボード3、カードリーダ4、フロップイディスク
5と出力装置のプリンタ6とで構成されている。
Further, this system is composed of input devices such as a keyboard 3, a card reader 4, and a floppy disk 5 connected to the CPU 1l, and an output device such as a printer 6.

入力装置のカードリーダ4またはプロップイディスク5
は、利用者作成プログラムを入力し、キーボード3はカ
ードリーダ4またはフロップイディスク5に対してプロ
グラム入力の指示コマンドを入力する。出力装置のプリ
ンタ6は、プログラムの変換処理結果や、変換処理時の
利用者のプログラム記述の誤り等で変換不可能なプログ
ラム行をプリントする。CPUIIは、キーボード3の
指令で作動し、カードリーダ6またはフロップイディス
ク5で入力された利用者作成プログラムを主記憶装置2
のプログラム格納エリア22に格納するための変換処理
を1行づつ順次行い、プログラム格納エリア22に格納
する。また、CPU11は出力装置プリンタ6を作動さ
せ変換処理結果や、変換処理で利用者のプログラム記述
の誤り等により変換処理ができない場合、その内容を出
力する。
Input device card reader 4 or prop disk 5
inputs a user-created program, and the keyboard 3 inputs a program input instruction command to the card reader 4 or floppy disk 5. The printer 6, which is an output device, prints program lines that cannot be converted due to program conversion processing results or errors in the user's program description during the conversion processing. The CPU II operates in response to commands from the keyboard 3 and stores user-created programs input from the card reader 6 or floppy disk 5 into the main memory 2.
The conversion process for storing in the program storage area 22 is sequentially performed line by line, and the data is stored in the program storage area 22. Further, the CPU 11 operates the output device printer 6 to output the conversion processing result and, if the conversion processing cannot be performed due to an error in the user's program description, etc., the contents thereof.

第2図(a)、(b)は本実施例によるインタプリタ型
簡易言語の変換処理の一例を示す図である。
FIGS. 2(a) and 2(b) are diagrams showing an example of an interpreted simple language conversion process according to this embodiment.

第2図(a)、(b)ではインタプリタ型簡易言語の1
命令である四則演算命令を例として利用者が記述したプ
ログラム命令文がどのように変換されるかを示している
Figures 2 (a) and (b) show 1 of the interpreted simple language.
It shows how a program command statement written by a user is converted using four arithmetic operation commands as an example.

第2図(a)、(b)の例は四則演算命令のうちの乗算
命令であり、被演算項目の内容と演算項目の内容を乗算
し、演算結果を演算結果項目に格納する命令である。各
項目は位置9桁数、属性。
The examples in Figures 2 (a) and (b) are multiplication instructions among the four arithmetic operation instructions, and are instructions that multiply the contents of the operand item by the contents of the operation item, and store the operation result in the operation result item. . Each item has 9 digits in position and attributes.

ファイル名で定義される。項目位置は入出力レコードの
左端を1としたレコード内での相対位置であり、項目桁
数は、相対位置で示された位置からの桁数である。また
、項目属性はデータの形式を表わし、文字形式と数値形
式があり、数値形式はさらに外部10進数、内部lO進
数および2進数の3つの形式がある。ファイル名は指定
した項目が存在している入出カフアイルを表わすもので
ある。
Defined by file name. The item position is a relative position within the record with 1 at the left end of the input/output record, and the item number of digits is the number of digits from the position indicated by the relative position. Further, the item attribute represents the format of data, and there are character formats and numeric formats, and the numeric formats further include three formats: external decimal number, internal IO base number, and binary number format. The file name represents the input/output file where the specified item exists.

以上のことから第2図(a)、(b)の例の被演算項目
は11にファイルに存在する項目で、第2図(a)のレ
コード上の差端1桁目より7桁の外部10進数形式の項
目となる。演算項目は同じ11フアイルに存在する項目
でレコード上の左端10桁目より5桁の内部10進数形
式の項目となる。また、演算結果項目は01フアイルに
存在する項目でレコード上の左端100桁目より2桁の
2進数形式の項目となる。
From the above, the operand item in the examples in Figures 2 (a) and (b) is the item that exists in the file in 11, and is the 7th digit outside of the first digit of the difference in the record in Figure 2 (a). The item is in decimal format. The calculation items are items that exist in the same 11 files, and are items in internal decimal format of 5 digits starting from the 10th digit on the left end of the record. Further, the operation result item is an item existing in the 01 file, and is a two-digit binary format item starting from the 100th digit on the left end of the record.

以下に、第2図(a)で示された乗算命令文が第1図の
入力装置のカードリーダ4またはフロップイディスク5
で読み込まれた後、どのように変換し、主記憶装置2の
プログラム格納エリア22に第2図(b)のように格納
するかを説明する。
Below, the multiplication instruction statement shown in FIG.
After the program is read in, how to convert it and store it in the program storage area 22 of the main storage device 2 as shown in FIG. 2(b) will be explained.

サイズ(16)は、変換後の1命令を格納するプログラ
ム格納エリア22の大きさを2進数2バイトで格納する
。第2図(a)、(b)の乗算命令では31バイトであ
る。命令格納アドレス(17)は変換後の命令格納場所
であり、記憶域上の格納開始アドレスからの相対位置を
2進数4バイトで格納する。第2図(a)、(b)の乗
算命令は最初の命令文であるので命令格納アドレスはO
である0行番号(1)はプログラムの行番号であり10
進数で指定される。第2図(a)、(b>の例では00
01であり、これを2進数の1に変換して2バイト領域
の(20)に格納する。命令語(2)はインタプリタ型
簡易言語のプログラム命令である。第2図(a)、(b
)の四則演算の命令語はCPである。命令語CPは第4
図に示す変換テーブルを参照して命令語から16進数の
命令コード05に変換して1バイト領域の(19)に格
納する。被演算項目の位置(3)は項目の位置を表わし
、10進数で指定される。第2図(a)、(b)の例で
は0001であり、これを2進数の1に変換して2バイ
ト領域の(20)に格納する。被演算項目の桁数(4)
は項目の桁数を表わし、lO進数で指定される。第2図
(a)、(b)の例では007であり、これを2進数の
7に変換して2バイト領域の(21)に格納する。被演
算項目の属性(5)は項目の属性を表わし、1文字で指
定される。
Size (16) stores the size of the program storage area 22 that stores one instruction after conversion in 2 bytes of binary number. In the multiplication instructions shown in FIGS. 2(a) and 2(b), it is 31 bytes. The instruction storage address (17) is the instruction storage location after conversion, and stores the relative position from the storage start address in the storage area as a 4-byte binary number. The multiplication instruction in Figures 2(a) and (b) is the first instruction statement, so the instruction storage address is O.
The 0 line number (1) is the line number of the program and is 10
Specified in base numbers. In the example of Fig. 2 (a) and (b>, 00
01, which is converted to a binary 1 and stored in the 2-byte area (20). The instruction word (2) is a program instruction in an interpreted simple language. Figure 2 (a), (b)
The command word for the four arithmetic operations in ) is CP. The command word CP is the fourth
Referring to the conversion table shown in the figure, the instruction word is converted into hexadecimal instruction code 05 and stored in the 1-byte area (19). Position (3) of the operand item represents the position of the item and is specified in decimal. In the example of FIGS. 2(a) and 2(b), it is 0001, which is converted to binary 1 and stored in (20) of the 2-byte area. Number of digits of operand item (4)
represents the number of digits of the item and is specified in lO base. In the example of FIGS. 2(a) and 2(b), it is 007, which is converted to a binary number 7 and stored in the 2-byte area (21). Attribute (5) of the operand item represents the attribute of the item and is specified by one character.

第2図(a)、(b)の例では外部10進数の項目属性
を表わす“U”であり、この文字を第5図に示す変換テ
ーブルを参照して項目属性文字“U′°から16進数の
属性コード02に変換して1バイト領域の(22)に格
納する。ファイル名(6)は被演算項目が存在するファ
イル名を示すものである。
In the examples in Figures 2 (a) and (b), "U" represents the item attribute in external decimal, and this character is converted into 16 characters from the item attribute character "U'° by referring to the conversion table shown in Figure 5. It is converted into a base attribute code 02 and stored in the 1-byte area (22).The file name (6) indicates the name of the file in which the operand item exists.

ファイル名“11”は第7図に示す変換テーブルを参照
して、ファイル名から2進数のファイル番号1に変換し
て2バイト領域の(23)に格納する。演算子(7)は
四則演算命令の演算子を示すものであり、1文字で指定
される。第2図(a)、(b)の例では乗算命令を表わ
す“*”の指定であり、この文字を第6図に示す変換テ
ーブルを参照して演算子“*”から16進数の演算子コ
ード03に変換して1バイト領域の(24)に格納する
。演算項目の位置(8)は項目の位置を表わし、10進
数で指定される。第2図(a>、(b)の例では、00
10であり、これを2進数の10に変換して2バイト領
域の(25)に格納する。
The file name "11" is converted from the file name to a binary file number 1 with reference to the conversion table shown in FIG. 7, and is stored in the 2-byte area (23). Operator (7) indicates an operator for four arithmetic operation instructions, and is specified by one character. In the examples in Figures 2 (a) and (b), "*" is specified to represent a multiplication instruction, and this character is converted from the operator "*" to the hexadecimal operator by referring to the conversion table shown in Figure 6. Convert it to code 03 and store it in the 1-byte area (24). The position (8) of the operation item represents the position of the item and is specified in decimal notation. In the example of FIG. 2 (a>, (b)), 00
10, which is converted to binary 10 and stored in the 2-byte area (25).

演算項目の桁数(9)は項目の桁数を表わし、10進数
で指定される。第2図(a−)、(b)の例では005
であり、これを2進数の5に変換して、2バイト領域の
く26)に格納する。演算項目の属性(10)は項目の
属性を表わし、1文字で指定される。第2図(a)、(
b)の例では内部10進数の項目属性を表わす“P”で
あり、この文字を第5図に示す変換テーブルを参照して
項目属性文字“P”から16進数の属性コード03に変
換して1バイト領域の(27)に格納する。
The number of digits (9) of the operation item represents the number of digits of the item, and is specified in decimal notation. In the example of Fig. 2 (a-) and (b), 005
This is converted into a binary number 5 and stored in the 2-byte area 26). Attribute (10) of the calculation item represents the attribute of the item and is specified by one character. Figure 2 (a), (
In the example of b), "P" represents the internal decimal item attribute, and this character is converted from the item attribute character "P" to the hexadecimal attribute code 03 by referring to the conversion table shown in Figure 5. Store in 1-byte area (27).

ファイル名(11〉は演算項目が存在するファイル名を
示すものである。
The file name (11>) indicates the file name in which the calculation item exists.

ファイル名“”11°゛は第7図に示す変換テーブルを
参照して、ファイル名から2進数のファイル番号1に変
換して2バイト領域の(28)に格納する。演算結果項
目の位置(12)は項目の位置を表わし、10進数で指
定される。第2図(a)。
The file name ""11°" is converted from the file name to a binary file number 1 with reference to the conversion table shown in FIG. 7, and is stored in the 2-byte area (28). The position (12) of the operation result item represents the position of the item and is specified in decimal notation. Figure 2(a).

(b)の例では0100であり、これを2進数の100
に変換して、2バイト領域の(29)に格納する。演算
結果項目の桁数(13)は項目の桁数を表わし、10進
数で指定される。第2図(a)、(b〉の例では002
であり、これを2進数の2に変換して2バイト領域の(
30)に格納する。
In the example in (b), it is 0100, which is converted into the binary number 100.
and stores it in the 2-byte area (29). The number of digits (13) of the operation result item represents the number of digits of the item, and is specified in decimal notation. In the example of Fig. 2 (a) and (b), 002
, convert this to binary number 2 and write the 2-byte area (
30).

演算結果項目の属性(14)は項目の属性を表わし、1
文字で指定される。第2図(a>、(b)の例では、2
進数の項目属性を表わす°“B ”であり、この文字を
第5図に示す変換テーブルを参照して項目属性文字°“
B”°から16進数の属性コード04に変換して1バイ
ト領域の(31)に格納する。ファイル名(15)は演
算結果項目が存在するファイル名を示すものである。フ
ァイル名“01”は第7図に示す変換テーブルを参照し
てファイル名から2進数のファイル番号3に変換して2
バイト領域の(32)に格納する。
The attribute (14) of the operation result item represents the attribute of the item, and is 1
Specified by characters. In the example of FIG. 2 (a>, (b)), 2
"B" represents the item attribute in decimal number, and this character is converted to the item attribute character °" by referring to the conversion table shown in Figure 5.
B"° is converted to hexadecimal attribute code 04 and stored in 1-byte area (31). File name (15) indicates the file name where the operation result item exists. File name "01" is converted from the file name to binary file number 3 by referring to the conversion table shown in Figure 7.
Store in (32) of the byte area.

以上の変換が終了したら、出力装置プリンタ(5)を作
動させて変換処理結果を第8図に示すようにプリント出
力する。また、変換不可能な利用者プログラム記述の誤
り等が発見された場合は第8図に示ずように入力された
プログラム行をプリントする。なおこの場合、誤りの個
所にエラーを表わす“?”記号等を付けて出力する。
When the above conversion is completed, the output device printer (5) is operated to print out the conversion processing results as shown in FIG. Furthermore, if an error or the like in the user program description that cannot be converted is found, the input program line is printed as shown in FIG. In this case, a "?" symbol or the like indicating an error is attached to the location of the error and output.

以上説明した動作の流れ図を第3図に示す。A flowchart of the operations described above is shown in FIG.

第3図の流れ図に基づいて本実施例の動作を説明する。The operation of this embodiment will be explained based on the flowchart in FIG.

まず、入力装置より利用者が記述したプログラムの1桁
分を入力しくステップ31)、利用者が記述したプログ
ラム行を全て入力したかどうかを判定する(ステップ3
2)、もし全て入力されていれば、変換処理結果を出力
装置にプリントして処理を終了する(ステップ34)6
もし全て入力されていなければ、入力された利用者記述
プログラム1行文を変換しくステップ33)、その変換
処理が正しく行われたか否かを判定する(ステップ35
)。もし、正しく変換されれば、変換後のプログラム行
をプログラム格納エリア22に格納する(ステップ36
)。また、利用者記述誤りが発見されれば、その行を出
力装置に出力する(ステップ37)。再度ステップ31
に戻り、ステップ32で全プログラム行が終了するまで
ステー131からステップ36あるいはステップ37ま
でを繰り返す。
First, one digit of the program written by the user is input from the input device (step 31), and it is determined whether all the program lines written by the user have been input (step 3).
2) If all have been input, print the conversion processing result on the output device and end the process (step 34) 6
If not all input has been made, convert one line of the input user-written program (step 33), and determine whether the conversion process was performed correctly (step 35).
). If the conversion is correct, the converted program line is stored in the program storage area 22 (step 36
). Furthermore, if an error in the user description is found, that line is output to the output device (step 37). Step 31 again
Returning to step 32, steps 131 to 36 or 37 are repeated until all program lines are completed.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、利用者が作成したプログ
ラムを変換処理することにより、データ処理装置が有し
ている記憶域を効果的(30%減少〉に利用することが
できる。また、変換形式は人間が理解しやすい形式より
コンピュータが理解しやすい形式に変換されるために実
行時における効率向上(20%)の効果も合わせて期待
できる。
As explained above, the present invention allows the storage area of a data processing device to be used effectively (reduced by 30%) by converting a program created by a user. Since the format is converted into a format that is easier for computers to understand than a format that is easier for humans to understand, it can also be expected to improve efficiency (20%) during execution.

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

第1図は本発明のインタプリタ型簡易言語の変換処理方
式を実行するシステムの一実施例のブロック図、第2図
(a)、(b)は本実施例によるインタプリタ型簡易言
語の変換処理の一例を示す図、第3図は本実施例の動作
の流れ図、第4図は命令語の変換テーブル図、第5図は
項目属性の変換テーブル図、第6図は演算子の変換テー
ブル図、第7図はファイル名の変換テーブル図、第8図
は変換エラ一時のプリント図、第9図は変換結果のプリ
ント図、第10図(a)、(b)は従来の技術を説明す
るインタプリタ型簡易言語の変換処理を一例を示す図で
ある。 1・・・データ処理装置、2・・・主記憶装置、3・・
・キーボード、4・・・カードリーダ、5・・・フロッ
ピィディスク、11・・・CPU、21・・・変換テー
ブル、22・・・プログラム格納エリア。 万3 図 箔4図 ′y5S図   万乙図 箔7図
FIG. 1 is a block diagram of an embodiment of a system that executes the interpreted simple language conversion processing method of the present invention, and FIGS. 2 (a) and (b) show the interpreted simple language conversion processing according to this embodiment. Figure 3 is a flowchart of the operation of this embodiment, Figure 4 is a command conversion table, Figure 5 is an item attribute conversion table, Figure 6 is an operator conversion table, Figure 7 is a file name conversion table diagram, Figure 8 is a temporary printout of a conversion error, Figure 9 is a printout of the conversion result, and Figures 10(a) and (b) are interpreters explaining the conventional technology. FIG. 3 is a diagram illustrating an example of a simple type language conversion process. 1... Data processing device, 2... Main storage device, 3...
- Keyboard, 4... Card reader, 5... Floppy disk, 11... CPU, 21... Conversion table, 22... Program storage area. Man3 figure foil figure 4'y5S figure Manetsu figure foil figure 7

Claims (1)

【特許請求の範囲】[Claims] インタプリタ型簡易言語により記述されたプログラムを
入力する入力装置と、この入力装置から入力された前記
プログラムを主記憶装置に格納し、この格納されたプロ
グラムを実行しデータ処理を行うデータ処理装置と、こ
のデータ処理装置の出力内容をプリントする出力装置と
を有し、前記入力装置から入力した前記プログラムを前
記データ処理装置の前記主記憶装置にあらかじめ格納さ
れている変換テーブルを使用してアルファニューメリッ
クのコードデータを2進数または16進数に変換するこ
とによりその記憶域に格納することを特徴とするインタ
プリタ型簡易言語の変換処理方式。
an input device that inputs a program written in an interpreted simple language; a data processing device that stores the program input from the input device in a main memory and executes the stored program to process data; an output device that prints the output contents of the data processing device, and converts the program input from the input device into an alphanumeric format using a conversion table stored in advance in the main storage device of the data processing device. A conversion processing method for an interpreted simple language, characterized in that code data is converted into a binary number or hexadecimal number and then stored in the storage area.
JP24063286A 1986-10-08 1986-10-08 Conversion processing system for interpreter type simple language Pending JPS6394336A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24063286A JPS6394336A (en) 1986-10-08 1986-10-08 Conversion processing system for interpreter type simple language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24063286A JPS6394336A (en) 1986-10-08 1986-10-08 Conversion processing system for interpreter type simple language

Publications (1)

Publication Number Publication Date
JPS6394336A true JPS6394336A (en) 1988-04-25

Family

ID=17062385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24063286A Pending JPS6394336A (en) 1986-10-08 1986-10-08 Conversion processing system for interpreter type simple language

Country Status (1)

Country Link
JP (1) JPS6394336A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61204741A (en) * 1985-03-06 1986-09-10 Nec Corp Compressing method for source program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61204741A (en) * 1985-03-06 1986-09-10 Nec Corp Compressing method for source program

Similar Documents

Publication Publication Date Title
US5991538A (en) System for generating and using programs in an object-oriented environment with a message dispatch architecture
JPS6124729B2 (en)
Kirch-Prinz et al. A complete guide to programming in C++
Wetherell et al. LR—automatic parser generator and LR (1) parser
JP6982920B1 (en) Source code converter and program
JPS6394336A (en) Conversion processing system for interpreter type simple language
US5724559A (en) Method for displaying ISPF panels in a VM non-ISPF environment
JP2847861B2 (en) Portable byte string data converter
Whitten et al. A machine and configuration independent Fortran: Portable Fortran {PFortran}
JPH0252299B2 (en)
JPH04362738A (en) Variable control method
JPS63181034A (en) Supporting device for development of control program
JP3034527B2 (en) Editor device
JPS63175927A (en) Method and apparatus for processing binary coded dicimal/backed data
Snow The software tools project
KR970011897B1 (en) Words interpretating device
Kundalia Basics of C++ Programming
JPH03186933A (en) Symbol processing system for language processing system
BOULDER The NCAR GKS-Compatible Graphics System
Kildall et al. ALGOL-E: an experimental approach to the study of programming languages
Rutter Using a high level language as a cross assembler
Jensen et al. Pascal 6000–3, 4
Hunter Programming—An introduction
Carnahan An introduction to digital computers and the MAD language.
JPH04362739A (en) Variable control method