Pattern Matching of Incompletely RE-Typed Expressions via Transformation
スポンサーリンク
概要
- 論文の詳細を見る
We offer a pattern-matching algorithm based on incomplete regular expression (IRE, for short) types. IRE types extend the regular expression types introduced by Hosoya and Pierce in the programming language XDuce. Pattern-matching for IRE-typed expressions provides a capability to uniformly access "context" parts of XML document trees within the framework of pattern-matching theory; we do not rely on external facilities (or notations) such as XPath. In order to describe our pattern-matching algorithm, we adopt a rule-based approach; that is, we present our algorithm as a set of a few simple transformation rules. These rules simulate a transition in non-deterministic top-down tree automata(though we do not deal with tree automata explicitly), while also accumulating bindings for pattern variables. Our pattern-matching algorithm is sound and complete: it enumerates all correct but no incorrect solutions. We give rigorous proofs of these properties. A small but non-trivial example illustrates the expressiveness of our framework.
- 一般社団法人 情報処理学会の論文
著者
関連論文
- A Rewrite System with Incomplete Regular Expression Type for Transformation of XML Documents
- Pattern Matching of Incompletely RE-Typed Expressions via Transformation
- Pattern Matching of Incompletely RE-Typed Expressions via Transformation
- A Rewrite System with Incomplete Regular Expression Type for Transformation of XML Documents
- Pattern Matching of Incompletely RE-Typed Expressions via Transformation
- Product Derivatives of Regular Expressions