For decades we have been using Chomsky’s generative system of grammars, particularly context-free grammars (CFGs) and regular expressions (REs), to express the syntax of programming languages and protocols. The power of generative grammars to express ambiguity is crucial to their original purpose of modelling natural languages, but this very power makes it unnecessarily difficult both to express and to parse machine-oriented languages using CFGs. Parsing Expression Grammars (PEGs) provide an alternative, recognition-based formal foundation for describing machineoriented syntax, which solves the ambiguity problem by not introducing ambiguity in the first place. Where CFGs express nondeterministic choice between alternatives, PEGs instead use...
Proponents of generalized phrase structure grammar (GPSG) cite its weak context-free generative po...
Parsing is the process of assigning structure to sentences. The structure is obtained from the gramm...
Context-free grammars (CFGs) provide an intuitive and powerful formalism for describing the syntacti...
Parsing Expression Grammar (PEG) is a recognition-based foundation for describing syntax that renewe...
Parsing Expression Grammars (PEGs) define languages by specifying a recursive-descent parser that re...
This is a short note inspired by some ideas and results from [3,6–8]. It is about Parsing Expression...
This paper deals with different variants of grammar systems. Grammar systems combine the simplicity ...
Includes bibliographical references (pages 41-43)This thesis represents an investigation of\ud gener...
The context-free grammars extended with regular expressions (RE), known as EBNF grammars, are common...
In this paper we present a scheme to extend a recognition algorithm for Context-Free Gram- mars (CFG...
Modular grammatical formalisms provide an essential step towards improved grammar engineering pract...
Submitted by Oliveira Flávia (flavia@sisbin.ufop.br) on 2015-01-09T19:27:00Z No. of bitstreams: 1 ...
Agile modeling refers to a set of methods that allow for a quick initial development of an importer ...
From many years we have been using Chomsky‟s generative system of grammars, particularly context-fre...
The multi-axiom grammars (MAG) are alternatives to the single-axiom context free grammars (CFG) and ...
Proponents of generalized phrase structure grammar (GPSG) cite its weak context-free generative po...
Parsing is the process of assigning structure to sentences. The structure is obtained from the gramm...
Context-free grammars (CFGs) provide an intuitive and powerful formalism for describing the syntacti...
Parsing Expression Grammar (PEG) is a recognition-based foundation for describing syntax that renewe...
Parsing Expression Grammars (PEGs) define languages by specifying a recursive-descent parser that re...
This is a short note inspired by some ideas and results from [3,6–8]. It is about Parsing Expression...
This paper deals with different variants of grammar systems. Grammar systems combine the simplicity ...
Includes bibliographical references (pages 41-43)This thesis represents an investigation of\ud gener...
The context-free grammars extended with regular expressions (RE), known as EBNF grammars, are common...
In this paper we present a scheme to extend a recognition algorithm for Context-Free Gram- mars (CFG...
Modular grammatical formalisms provide an essential step towards improved grammar engineering pract...
Submitted by Oliveira Flávia (flavia@sisbin.ufop.br) on 2015-01-09T19:27:00Z No. of bitstreams: 1 ...
Agile modeling refers to a set of methods that allow for a quick initial development of an importer ...
From many years we have been using Chomsky‟s generative system of grammars, particularly context-fre...
The multi-axiom grammars (MAG) are alternatives to the single-axiom context free grammars (CFG) and ...
Proponents of generalized phrase structure grammar (GPSG) cite its weak context-free generative po...
Parsing is the process of assigning structure to sentences. The structure is obtained from the gramm...
Context-free grammars (CFGs) provide an intuitive and powerful formalism for describing the syntacti...