JPH06214798A - Programing language compiler - Google Patents

Programing language compiler

Info

Publication number
JPH06214798A
JPH06214798A JP2062893A JP2062893A JPH06214798A JP H06214798 A JPH06214798 A JP H06214798A JP 2062893 A JP2062893 A JP 2062893A JP 2062893 A JP2062893 A JP 2062893A JP H06214798 A JPH06214798 A JP H06214798A
Authority
JP
Japan
Prior art keywords
function
name
compiler
function name
character string
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
JP2062893A
Other languages
Japanese (ja)
Inventor
Hiroshi Ichise
浩 市瀬
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.)
Toyo Communication Equipment Co Ltd
Original Assignee
Toyo Communication Equipment 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 Toyo Communication Equipment Co Ltd filed Critical Toyo Communication Equipment Co Ltd
Priority to JP2062893A priority Critical patent/JPH06214798A/en
Publication of JPH06214798A publication Critical patent/JPH06214798A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To increase the free degree of programming so as to facilitate program generation and make a program easy to read by calling the same partial program by means of plural different names. CONSTITUTION:At first, a present symbol table is read in a function name retrieval procedure generating part 11 and function name retrieval procedure (procedure for inspecting the matching of normal expression with a character string) is prepared. Then, in a function name retrieval precedure executing part 12, it is inspected whether or not a function name delivered from a syntax element decomposing part 8 in accordance with function name retrieval procedure matches with the function name (the character string of formal expression) in the symbol table. Information belonging to the function name is delivered to a function calling-out code output part 13. Thus, the function name can be called out by the plural different function names matching with it.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、プログラミング言語の
コンパイラに関する。より詳細には、関数やサブル−チ
ンなどの部分プログラムを定義するときにその部分プロ
グラムの名前を所定の文字列表記規則に従って表記する
ことを許容し、かつその定義された名前にマッチする複
数の異なる名前によりその部分プログラムを呼び出すこ
とができるようにしたコンパイラに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programming language compiler. More specifically, when defining a partial program such as a function or subroutine, the name of the partial program is allowed to be written according to a predetermined character string notation rule, and a plurality of names matching the defined name are allowed. It relates to a compiler that can call the partial program with different names.

【0002】[0002]

【従来の技術】コンピュ−タのCPUの動作を制御する
プログラムは、まず人間にとって理解しやすいプログラ
ミング言語でプログラム(ソ−スプログラム)を書き、
これをその言語のコンパイラで機械語または中間コ−ド
に翻訳することにより作成されている。このプログラミ
ング言語の多くのものが、プログラムの繰り返し使用さ
れる部分やある特定の処理をする部分を、関数やサブル
−チンと呼ばれる所定の形式の部分プログラムとして作
成し、その部分プログラムに付けた名前(識別子)によ
りその部分プログラムを呼び出して使用できるプログラ
ミング技法を採用している。
2. Description of the Related Art As a program for controlling the operation of a CPU of a computer, first write a program (source program) in a programming language that is easy for humans to understand.
It is created by translating this into a machine language or intermediate code with a compiler for that language. Many of these programming languages create a part of a program that is repeatedly used or a part that performs a specific process as a part program of a predetermined format called a function or subroutine, and name it The programming technique that can be used by calling the partial program by (identifier) is adopted.

【0003】このようなプログラミング言語では、部分
プログラムの呼び出しにおいて記述される名前と、その
部分プログラムの定義時の名前が、文字列として完全に
ー致していなければならなかった。そのため、同ーの部
分プログラムを、異なる名前(例えば名前の1部の文字
の大,小が異なる名前)で呼び出すことができなかっ
た。
In such a programming language, the name described in the call of the partial program and the name at the time of defining the partial program must be perfectly matched as a character string. Therefore, it was not possible to call the same partial program with a different name (for example, a name in which some of the letters in the name are large or small).

【0004】[0004]

【発明の目的】本発明は、同ーの部分プログラムを、複
数の異なる名前で呼び出すことができるようにすること
により、プログラミングの自由度を増し、それによりプ
ログラムの作成を容易にし、またプログラムを読み易く
するプログラミング言語のコンパイラを提供することを
目的としている。
An object of the present invention is to increase the degree of freedom in programming by making it possible to call the same partial program with a plurality of different names, thereby facilitating the creation of a program and also It aims to provide a programming language compiler that makes it easier to read.

【0005】[0005]

【発明の概要】上記目的を達成する為、本願第1の発明
は、プログラミング言語のコンパイラであって、関数や
サブル−チンなどの部分プログラムを定義するときに部
分プログラムの名前を所定の文字列表記規則に従って表
記することを許容し、かつその定義された名前にマッチ
する複数の異なる名前によりその部分プログラムを呼び
出すことができる機能を付加したことを特徴とする。本
願第2の発明は、上記プログラミング言語のコンパイラ
であって、前記文字列表記規則が正規表現であることを
特徴とする。
SUMMARY OF THE INVENTION In order to achieve the above object, a first invention of the present application is a compiler of a programming language, wherein when defining a partial program such as a function or subroutine, the name of the partial program is represented by a predetermined character string table. It is characterized by adding a function that allows notation according to the notation and that the partial program can be called by a plurality of different names that match the defined name. A second invention of the present application is the compiler for the above programming language, wherein the character string notation rule is a regular expression.

【0006】本願第3の発明は、上記プログラミング言
語のコンパイラであって、前記文字列表記規則に従って
表記された部分プログラムの名前をシンボルテ−ブルに
登録し、任意の文字列が前記文字列表記規則に従って表
記された名前とマッチするかどうかを調べる手順を作成
し、関数呼出しコ−ドの翻訳時に前記手順に従って呼び
出すべき関数を検索するようにしたことを特徴する。本
願第4の発明は、プログラミング言語のコンパイラであ
って、関数やサブル−チンなどの部分プログラムを定義
するときに部分プログラムの名前を所定の文字列表記規
則に従って表記することを許容し、かつその定義された
名前にマッチする複数の異なる名前によりその部分プロ
グラムを呼び出すことができる機能を既存のプログラミ
ング言語のコンパイラのプリプロセッサとして実現した
ことを特徴とする。
A third invention of the present application is a compiler of the above programming language, wherein the name of a partial program described according to the character string notation rule is registered in a symbol table, and any character string is the character string notation rule. According to the procedure described above, a procedure for checking whether or not the name is matched is created, and when the function call code is translated, the function to be called is searched according to the procedure. A fourth invention of the present application is a compiler of a programming language, which allows a name of a partial program to be expressed according to a predetermined character string notation rule when defining a partial program such as a function or subroutine, and The feature is that the function to call the partial program by a plurality of different names that match the defined name is realized as a preprocessor of an existing programming language compiler.

【0007】[0007]

【実施例】以下、図示した実施例に基づき本発明を詳細
に説明する。第1図は、本発明の1実施例のコンパイラ
の構成と動作を示す説明図である。この実施例のコンパ
イラは、関数を定義するときに関数の名前を正規表現で
表記することを許容し、定義された名前にマッチする複
数の異なる名前によりその関数を呼び出すことができる
ようにしたものである。
The present invention will be described in detail below with reference to the illustrated embodiments. FIG. 1 is an explanatory diagram showing the configuration and operation of the compiler according to the first embodiment of the present invention. The compiler of this embodiment allows a function name to be expressed in a regular expression when defining a function, and allows the function to be called by a plurality of different names that match the defined name. Is.

【0008】正規表現の最も基本的な構成要素は次のと
おりである。 ・通常の文字(英字,数字,記号): それと同じ文字
にマッチする。 ・角括弧([])で囲まれた文字列: 角括弧内のすべて
の文字にマッチする。例えば[abc] はa,b またはc にマ
ッチする。 ・ピリオド(. ): 任意の1文字にマッチする。 ・アステリスク(* ): 直前の1文字(正規表現によ
る表記も可)のゼロまたは複数回の繰り返しにマッチす
る。例えばab* はa, ab, abb, ... にマッチする。
The most basic components of regular expressions are:・ Normal character (alphabet, number, symbol): Match the same character. -A character string enclosed in square brackets ([]): Matches all the characters inside the square brackets. For example, [abc] matches a, b or c.・ Period (.): Matches any one character. -Asterisk (*): Matches the preceding character (regular expression notation is possible) zero or more times. For example, ab * matches a, ab, abb, ....

【0009】さらに、正規表現の表記能力を高めるため
に、いろいろな表記規則を付け加えることができる。そ
の代表的なものは、 ・ハイフォン(- ):文字の範囲を指定する。例えば[a
-z] はa からz までの英字にマッチする。 ・キャレット(^ ):マッチしない文字を指定する。例
えば[^abc]はa ,b ,c以外のすべての文字にマッチす
る。 ・プラス(+ ):直前の1文字(正規表現による表記も
可)の1回以上の繰り返しにマッチする。例えばab+ は
ab, abb, abbb, ...にマッチする。 などである。
Further, various notation rules can be added to enhance the notation ability of regular expressions. The typical ones are: -Haiphong (-): Specify the range of characters. For example [a
-z] matches the letters a through z.・ Caret (^): Specifies characters that do not match. For example, [^ abc] matches any character except a, b, or c. -Plus (+): Matches the preceding character (regular expression notation is possible) one or more times. For example ab +
Matches ab, abb, abbb, .... And so on.

【0010】図1の構成において、従来のコンパイラと
同じように、まず字句解析部1がソ−スプログラムを文
法規則に従って識別子(変数や関数などの名前),命
令,演算子,数値などの意味を持つ最小単位すなわち字
句(ト−クン)に区切る。次に構文解析部2が、文法規
則に従ってこれらの字句の種類と並び方を解析して、こ
れらの字句列が、関数の定義,関数の呼出しなどの構文
のうちどの構文に該当するか調べ、その構文の構文要素
に対応する字句の組を、対応する構文のコ−ド生成部に
渡す。各構文のコ−ド生成部(図1では、関数呼出しの
コ−ド生成部3と関数定義のコ−ドの生成部4だけが示
されている)は、構文解析部2から渡された文字を機械
語コ−ドに変換する。
In the configuration of FIG. 1, as in the conventional compiler, the lexical analyzer 1 first defines the source program according to the grammatical rules such as identifiers (names of variables and functions), instructions, operators, numerical values, etc. It divides into the smallest unit that has, that is, a token. Next, the syntactic analysis unit 2 analyzes the types and arrangements of these lexical characters according to the grammatical rules, and checks which of the syntaxes such as the function definition and the function invocation these lexical strings correspond to. The lexical set corresponding to the syntax element of the syntax is passed to the code generation unit of the corresponding syntax. The code generation part of each syntax (only the code generation part 3 of the function call and the generation part 4 of the code of the function definition are shown in FIG. 1) is passed from the syntax analysis part 2. Convert characters to machine code.

【0011】いまプログラム中に図2の行(1)を先頭
の行とする関数の定義があったとする。この関数の定義
において、[A-Za-z]+ は正規表現で表記された関数の名
前で、”1文字以上の大文字または小文字の英字からな
る文字列”を意味する。また(X,Y) は関数の引数を示
す。するとこのコンパイラは、まず字句解析部1におい
てこのコ−ドを字句列に変換し、次に構文解析部2にお
いてその字句列がどの構文を構成するか調べて、関数定
義の字句列であることが分ると、その字句列を関数コ−
ド生成部4に送る。
It is assumed that a function is now defined in the program, with line (1) in FIG. 2 being the first line. In the definition of this function, [A-Za-z] + is the name of the function expressed by a regular expression and means "a string of one or more uppercase or lowercase letters". Also, (X, Y) indicates the argument of the function. Then, this compiler first converts this code into a lexical string in the lexical analysis unit 1, and then checks in the syntactic analysis unit 2 what syntax the lexical string forms, and determines that it is a lexical string of a function definition. , The lexical string is
To the generating unit 4.

【0012】関数コ−ド生成部4は、その構文要素分解
部5において、構文解析部2からの字句列を個々の字句
に分解し、その中の関数名にあたる字句を関数名登録部
6に渡す。関数名登録部6は、渡された関数名をシンボ
ルテ−ブル7に登録する。このシンボルテ−ブルは、識
別子(シンボル)の文字列,その種類(例えば関数名で
あるか変数名であるかなど),付属の情報(そのプログ
ラムにおけるロケ−ションなど)などを格納するテ−ブ
ルである。図3は、シンボルテ−ブルに図2の関数名が
格納されている状態を示す。この実施例では、このよう
に正規表現をそのまま格納する。シンボルテ−ブル内で
の各シンボルの格納順序は、プログラム中での識別子の
出現順序に対応づけることができる。
The function code generation unit 4 decomposes the lexical sequence from the syntax analysis unit 2 into individual lexical units in its syntax element decomposition unit 5, and the lexical characters corresponding to the function names therein are registered in the function name registration unit 6. hand over. The function name registration unit 6 registers the passed function name in the symbol table 7. This symbol table is a table that stores a character string of an identifier (symbol), its type (for example, whether it is a function name or a variable name), and attached information (location in the program, etc.). Is. FIG. 3 shows a state in which the function name of FIG. 2 is stored in the symbol table. In this embodiment, the regular expression is stored as it is. The storage order of each symbol in the symbol table can be associated with the appearance order of the identifiers in the program.

【0013】さらにコンパイラの処理が進行して、図2
の行(2)に示すような関数呼出しがあったとする。す
るとコンパイラは、前記したのと同様に、字句解析部1
においてこのコ−ドを字句列に変換し、構文解析部2に
おいてその字句列がどの構文を構成するか調べて、その
字句列を関数呼出しコ−ド生成部3に渡す。この字句列
の中には、関数名を構成する文字列Azが含まれてい
る。
As the processing of the compiler further progresses, as shown in FIG.
Suppose there is a function call as shown in the line (2). Then, the compiler performs the lexical analysis unit 1 as described above.
At this time, this code is converted into a lexical string, the syntax analyzing unit 2 checks which syntax the lexical string forms, and passes the lexical string to the function call code generating unit 3. This lexical string includes the character string Az that constitutes the function name.

【0014】従来技術では、図5に示すように、関数呼
出しコ−ド生成部3の構文要素分解部8がこの字句列を
構文要素に分解した後で、関数名を関数検索部9に渡
し、関数名検索部9がそれと同じ関数名(すなわち種類
が関数名で、文字列の構成が同じ識別子)があるかどう
か調べて、存在したらそれに付属している情報を関数呼
出しコ−ド出力部10に渡していた。
In the prior art, as shown in FIG. 5, after the syntax element decomposition unit 8 of the function call code generation unit 3 decomposes this lexical string into syntax elements, the function name is passed to the function retrieval unit 9. The function name search unit 9 checks whether there is the same function name (that is, the type is the function name and the identifier has the same character string structure), and if there is, the information attached to the function name is output to the function call code output unit. I was delivering to 10.

【0015】これに対して本実施例では、まず関数名検
索手順発生部11において現在のシンボルテ−ブルを読
み取って関数名検索手順(正規表現と文字列のマッチン
グを調べる手順)を作成しておき、関数名検索手順実行
部12において、関数名検索手順に従って、構文要素分
解部8から渡された関数名がシンボルテ−ブル内の関数
名(文字列または正規表現)にマッチするかどうか調べ
る。マッチするものがあれば、その関数名に付属する情
報を関数呼出しコ−ド出力部13に渡す。
On the other hand, in the present embodiment, first, the function name search procedure generating unit 11 reads the current symbol table and creates a function name search procedure (a procedure for checking the matching between the regular expression and the character string). In the function name search procedure execution unit 12, it is checked according to the function name search procedure whether or not the function name passed from the syntax element decomposition unit 8 matches the function name (character string or regular expression) in the symbol table. If there is a match, the information attached to the function name is passed to the function call code output unit 13.

【0016】図2の関数定義における関数名[A-Za-z]+
に対する関数名検索手順は、状態遷移図で示すと図4の
ようになる。図4において、Sは開始状態すなわちマッ
チングテストの開始を表し、はそれまでこの関数名に
マッチしている状態、は文字列がこの関数名からマッ
チしなくなった状態、は文字列が完全にこの関数名に
マッチした状態を表す。図2の関数呼出しにおける関数
名Azは、最初の文字がA であるため状態Sから状態に
遷移し、2番目の文字がz であるため状態から再び状
態に遷移し、次の終端記号で状態に遷移するので、
関数名[A-Za-z]+にマッチする。このように関数名[A-Z
a-z]+は、これにマッチする複数の異なる関数名で呼び
出すことができる。
Function name [A-Za-z] + in the function definition of FIG.
The function name search procedure for is shown in the state transition diagram of FIG. In FIG. 4, S represents the start state, that is, the start of the matching test, is a state in which the function name has been matched until then, is a state in which the character string does not match from this function name, is Shows the state that matches the function name. The function name Az in the function call in Fig. 2 changes from state S to state because the first character is A, and from state to state again because the second character is z. Transition to
Match the function name [A-Za-z] +. Thus the function name [AZ
az] + can be called with several different function names that match it.

【0017】なお本実施例では、関数の定義時に関数の
名前を表記できる文字列表記規則として正規表現を使用
しているが、それ以外の任意の文字列表記規則を使用す
ることもできる。また本実施例は、部分プログラムが関
数と呼ばれる形式で作成されるプログラミング言語のコ
ンパイラであるが、他の形式の部分プログラムとして作
成するプログラミング言語のコンパイラにも同様に実施
できる。さらに本実施例では、関数やサブル−チンなど
の部分プログラムを定義するときに部分プログラムの名
前を所定の文字列表記規則に従って表記することを許容
し、かつその定義された名前にマッチする複数の異なる
名前によりその部分プログラムを呼び出すことができる
機能をコンパイラ内に組み込んでいるが、この機能を既
存のプログラミング言語のコンパイラのプリプロセッサ
として実現することもできる。
In this embodiment, the regular expression is used as the character string notation rule that can express the function name when the function is defined, but any other character string notation rule can also be used. Further, the present embodiment is a programming language compiler in which a partial program is created in a format called a function, but it can be similarly implemented in a programming language compiler created as a partial program in another format. Furthermore, in this embodiment, when defining a partial program such as a function or subroutine, it is allowed to describe the name of the partial program according to a predetermined character string notation rule, and a plurality of names matching the defined name are allowed. Although the function to call the partial program with a different name is built into the compiler, this function can also be realized as a preprocessor of a compiler of an existing programming language.

【0018】[0018]

【発明の効果】上記したように、本発明は、プログラミ
ング言語のコンパイラに、関数やサブル−チンなどの部
分プログラムを定義するときに部分プログラムの名前を
所定の文字列表記規則に従って表記することを許容し、
かつその定義された名前にマッチする複数の異なる名前
でその部分プログラムを呼び出すことができる機能を持
たせたものであるから、 (1)同ーの部分プログラムを複数の異なる名前(例え
ば名前のー部分の文字の大小が異なる名前)で呼び出
す。 (2)オブジェクト指向プログラミングにおいて、あら
かじめ”その他のメソッドは何もしない”ことを宣言す
る。 ことなどが可能になり、プログラミングの自由度を高め
る上で大きな効果がある。その結果としてプログラムの
作成が容易になり、またプログラムを読み易くすること
ができる。
As described above, according to the present invention, when a partial program such as a function or subroutine is defined in a compiler of a programming language, the name of the partial program is expressed according to a predetermined character string notation rule. Tolerate,
In addition, since it has the function of calling the partial program with a plurality of different names that match the defined name, (1) the same partial program can be called with a plurality of different names (for example, Names with different sizes of letters in parts). (2) In object-oriented programming, declare in advance that "other methods do nothing". It becomes possible to do things, etc., and has a great effect on increasing the degree of freedom in programming. As a result, the program can be easily created and the program can be easily read.

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

【図1】本発明の1実施例のコンパイラの構成と動作を
示す説明図である。
FIG. 1 is an explanatory diagram showing the configuration and operation of a compiler according to an embodiment of the present invention.

【図2】関数名を正規表現で表記した関数の定義と、そ
の関数の呼出しのプログラム例である。
FIG. 2 shows a function definition in which a function name is expressed by a regular expression and a program example of calling the function.

【図3】正規表現で表記された関数名のシンボルテ−ブ
ルへの登録の説明図である。
FIG. 3 is an explanatory diagram of registration of a function name represented by a regular expression in a symbol table.

【図4】関数名検索手順を状態遷移図で示した説明図で
ある。
FIG. 4 is an explanatory diagram showing a function name search procedure in a state transition diagram.

【図5】従来のコンパイラの構成と動作を示す説明図で
ある。
FIG. 5 is an explanatory diagram showing the configuration and operation of a conventional compiler.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 プログラミング言語のコンパイラであっ
て、関数やサブル−チンなどの部分プログラムを定義す
るときに部分プログラムの名前を所定の文字列表記規則
に従って表記することを許容し、かつその定義された名
前にマッチする複数の異なる名前によりその部分プログ
ラムを呼び出すことができる機能を付加したことを特徴
とするプログラミング言語のコンパイラ。
1. A compiler of a programming language, which allows a name of a partial program to be expressed according to a predetermined character string notation rule when defining a partial program such as a function or subroutine, and is defined. A programming language compiler characterized by adding a function to call the partial program by a plurality of different names matching the specified name.
【請求項2】 請求項1のプログラミング言語のコンパ
イラであって、前記文字列表記規則が正規表現であるこ
とを特徴とするプログラミング言語のコンパイラ。
2. The compiler according to claim 1, wherein the character string notation rule is a regular expression.
【請求項3】 請求項1のプログラミング言語のコンパ
イラであって、前記文字列表記規則に従って表記された
部分プログラムの名前をシンボルテ−ブルに登録し、任
意の文字列が前記文字列表記規則に従って表記された名
前とマッチするかどうかを調べる手順を作成し、関数呼
出しコ−ドの翻訳時に前記手順に従って呼び出すべき関
数を検索するようにしたことを特徴するプログラミング
言語のコンパイラ。
3. The compiler of the programming language according to claim 1, wherein the name of the partial program described according to the character string notation rule is registered in a symbol table, and an arbitrary character string is described according to the character string notation rule. A compiler of a programming language, characterized in that a procedure for checking whether or not it matches a specified name is created, and a function to be called is searched according to the procedure when the function call code is translated.
【請求項4】 プログラミング言語のコンパイラであっ
て、関数やサブル−チンなどの部分プログラムを定義す
るときに部分プログラムの名前を所定の文字列表記規則
に従って表記することを許容し、かつその定義された名
前にマッチする複数の異なる名前によりその部分プログ
ラムを呼び出すことができる機能を既存のプログラミン
グ言語のコンパイラのプリプロセッサとして実現したこ
とを特徴とするプログラミング言語のコンパイラ。
4. A compiler of a programming language, which allows a name of a partial program to be expressed according to a predetermined character string notation rule when defining a partial program such as a function or subroutine, and is defined. A compiler of a programming language, which realizes a function of calling a partial program by a plurality of different names that match the name of the same as a preprocessor of a compiler of an existing programming language.
JP2062893A 1993-01-13 1993-01-13 Programing language compiler Pending JPH06214798A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2062893A JPH06214798A (en) 1993-01-13 1993-01-13 Programing language compiler

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2062893A JPH06214798A (en) 1993-01-13 1993-01-13 Programing language compiler

Publications (1)

Publication Number Publication Date
JPH06214798A true JPH06214798A (en) 1994-08-05

Family

ID=12032507

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2062893A Pending JPH06214798A (en) 1993-01-13 1993-01-13 Programing language compiler

Country Status (1)

Country Link
JP (1) JPH06214798A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990521B1 (en) 1998-08-11 2006-01-24 Computer Associates Think, Inc. Transaction recognition and prediction using regular expressions

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990521B1 (en) 1998-08-11 2006-01-24 Computer Associates Think, Inc. Transaction recognition and prediction using regular expressions
US7483976B2 (en) 1998-08-11 2009-01-27 Computer Associates Think, Inc. Transaction recognition and prediction using regular expressions

Similar Documents

Publication Publication Date Title
JPH08202545A (en) Object-oriented system and method for generation of target language code
Fauth et al. Automated generation of DSP program development tools using a machine description formalism
JP2001522084A (en) Method of generating ISA simulator and assembler from machine language description
Schröer The GENTLE Compiler Construction System
US20080141230A1 (en) Scope-Constrained Specification Of Features In A Programming Language
Matsumura et al. A declarative extension of parsing expression grammars for recognizing most programming languages
Koskimies et al. The design of a language processor generator
JPH06214798A (en) Programing language compiler
JPH08194611A (en) Device for analyzing rang of influence caused by program correction
Grigorev et al. String-embedded language support in integrated development environment
Koskimies A specification language for one-pass semantic analysis
Quesada et al. Parsing abstract syntax graphs with ModelCC
JP2861630B2 (en) Connection structure analyzer
JPH02183338A (en) Apparatus and method for generating program language translator
Grape et al. Automating the Development of Syntax Tree Generators for an Evolving Language.
Watson et al. Lexical Analysis
Macedo et al. InDubio: A Combinator Library to Disambiguate Ambiguous Grammars
Milner String handling in ALGOL
Oudshoorn Atlantis: a tool for language definition and interpreter synthesis.
Sestoft et al. From Concrete Syntax to Abstract Syntax
KR0168929B1 (en) Preprocessing method of chill pre-processor
JP2580336B2 (en) Attribute check processing method of name in language processing system
Pagan A style for writing the syntactic portions of complete definitions of programming languages
Rus et al. Semantics specification in an algebraic compiler
Hons Genesis: An Extensible Java