Attribute grammar paradigms—a high-level methodology in language implementation

J Paakki - ACM Computing Surveys (CSUR), 1995 - dl.acm.org
Attribute grammars are a formalism for specifying programming languages. They have been
applied to a great number of systems automatically producing language implementations …

A prettier compiler‐compiler: Generating higher‐order parsers in C

PT Breuer, JP Bowen - Software: Practice and Experience, 1995 - Wiley Online Library
Abstract Top‐down (LL) context‐sensitive parsers with integrated synthesis and use of
attributes are easy to express in functional programming languages, but the elegant …

Systems engineering methodologies, tacit knowledge and communities of practice

L Stapleton, D Smith, F Murphy - AI & SOCIETY, 2005 - Springer
In the context of technology development and systems engineering, knowledge is typically
treated as a complex information structure. In this view, knowledge can be stored in highly …

Towards a taxonomy for ECFG and RRPG parsing

K Hemerik - International Conference on Language and Automata …, 2009 - Springer
Abstract Extended Context-Free Grammars (ECFGs) and Regular Right-Part Grammars
(RRPGs) have many applications, but they are sparsely covered in the vast literature on …

[PDF][PDF] The PRECC compiler-compiler

PT Breuer, JP Bowen - Proc. UKUUG/SUKUG Joint New Year …, 1993 - researchgate.net
PRECC is a UNIX utility that has been designed to extend the capabilities of the familiar LEX
and YACC front-end design and implementation tools. The utility is a compiler-compiler that …

On predictive parsing and extended context-free grammars

A Brüggemann-Klein, D Wood - Computer Science in Perspective: Essays …, 2003 - Springer
Extended context-free grammars are context-free grammars in which the right-hand sides of
productions are allowed to be any regular language rather than being restricted to only finite …

The parsing of extended context-free grammars

A Bruggemann-Klein, D Wood - 2002 - repository.ust.hk
Extended context-free grammars are context-free grammars in which the right-hand sides of
productions are allowed to be any regular language rather than being restricted to be any …

Generation of interactive parsers with error handling

E Steegmans, J Lewi… - IEEE transactions on …, 1992 - search.proquest.com
Most of the parser (transducer) writing systems discussed in the literature concern the
mechanical production of batch parsers (transducers). The generation scheme presented …

[PDF][PDF] Software development methods and life cycle models

SS Bygdaas, M Joergensen - Telektronikk, 1993 - Citeseer
Different software development methods and life cycle models are based on different views
on software development. This paper discusses some of these views and describes several …

[PDF][PDF] Theory and implementation of a family of parser components

E Keim, C Hemerik - Master's thesis, Dept. of Math. and Comp. Sci …, 2007 - research.tue.nl
Parsing is a much studied subject and many methods exist for parsing a sentence. In this
thesis a subset of the parsing methods is described. The goal of this thesis is to gain more …