Serviceeinschränkungen vom 12.-22.02.2026 - weitere Infos auf der UB-Homepage

Treffer: Open Unification for Program Query Languages

Title:
Open Unification for Program Query Languages
Contributors:
UCL - FSA/INGI - Département d'ingénierie informatique, Vrijje Universiteit Brussel
Publisher Information:
IEEE Computer Societey
Publication Year:
2007
Collection:
DIAL@UCL (Université catholique de Louvain)
Subject Terms:
Time:
1162
Document Type:
Konferenz conference object
Language:
English
Relation:
Rights:
info:eu-repo/semantics/restrictedAccess
Accession Number:
edsbas.16DC84AB
Database:
BASE

Weitere Informationen

Logic-based programming languages are increasingly applied as program query languages which allow developers to reason about the structure and behaviour of programs. To achieve this, the queried programs are reified as logic values such that logic quantification and unification can be used effectively. However, in many cases, standard logic unification is inappropriate for program entities,forcing developers to resort to overly complex queries.In this paper, we argue that such incidental complexity can be reduced significantly by customizing the unification algorithm. We present a practical implementation approach through inter-language reflection and open unification.These techniques are at the core of the logic program query language SOUL, through which we demonstrate custom unification schemes for reasoning over Smalltalk and Java programs. Queries written in this tailored version of SOUL can exploit advanced program matching strategies without increasing the incidental complexity of the queries