This paper describes an algorithm which takes the BNF definition of the grammar of a language and constructs a set of productions for recognizing sentences of the language. These productions, as introduced by Floyd [ 4] and modified by Evans [ 3] , constitute a language in which may be written a one-pass, one-push-down-8tack recognizer, which involves no closed subroutines. Thus it goes directly from the basic definition of the grammar of a programming language to an efficient parser for the language which could easily be incorporated into a compiler. Production Language*. The production language consists of a set of produc-tions of the form LO a b c I- * G I *G1 Let us assume we are parsing a sentence by productions. Each time we scan a ch...
Natural language recognization is a popular topic of research as it covers many areas such as comput...
A pattern recognition algorithm is described that learns a transition net grammar from positive exam...
We present a novel method of embedding context-free grammars in Haskell, and to automatically genera...
The grammar formalism Labelled BNF (LBNF) and the compiler construction tool BNF Converter are intro...
We describe a technique for constructing the input and output grammar of a module. The grammar can b...
In this paper we approach the following problem: Given an arbitrary language describing device (e.g....
This textbook presents a focused guide to the conceptual foundations of compilation, by explaining t...
"Supported in part by the Dept. of Computer Science, University of Illinois ... and in part by the A...
A recognition algorithm is exhibited whereby an arbitrary string over a given vocabulary can be test...
After the introduction of context-free grammars and the use of BNF rules, compilers have been built ...
International audienceReusing existing grammar knowledge residing in standards, specifications and m...
The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BN...
A system for assisting in the testing phase of compilers is described. The definition of the languag...
A syntax-oriented processing scheme is described in which the syntaxes of both the input and output ...
A tool for compiler testing is implemented. The tool is driven by a BNF grammar extended by a device...
Natural language recognization is a popular topic of research as it covers many areas such as comput...
A pattern recognition algorithm is described that learns a transition net grammar from positive exam...
We present a novel method of embedding context-free grammars in Haskell, and to automatically genera...
The grammar formalism Labelled BNF (LBNF) and the compiler construction tool BNF Converter are intro...
We describe a technique for constructing the input and output grammar of a module. The grammar can b...
In this paper we approach the following problem: Given an arbitrary language describing device (e.g....
This textbook presents a focused guide to the conceptual foundations of compilation, by explaining t...
"Supported in part by the Dept. of Computer Science, University of Illinois ... and in part by the A...
A recognition algorithm is exhibited whereby an arbitrary string over a given vocabulary can be test...
After the introduction of context-free grammars and the use of BNF rules, compilers have been built ...
International audienceReusing existing grammar knowledge residing in standards, specifications and m...
The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BN...
A system for assisting in the testing phase of compilers is described. The definition of the languag...
A syntax-oriented processing scheme is described in which the syntaxes of both the input and output ...
A tool for compiler testing is implemented. The tool is driven by a BNF grammar extended by a device...
Natural language recognization is a popular topic of research as it covers many areas such as comput...
A pattern recognition algorithm is described that learns a transition net grammar from positive exam...
We present a novel method of embedding context-free grammars in Haskell, and to automatically genera...