Non-linear Pattern Matching with Backtracking for Non-free Data Types

4Citations
Citations of this article
8Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Non-free data types are data types whose data have no canonical forms. For example, multisets are non-free data types because the multiset has two other equivalent but literally different forms and. Pattern matching is known to provide a handy tool set to treat such data types. Although many studies on pattern matching and implementations for practical programming languages have been proposed so far, we observe that none of these studies satisfy all the criteria of practical pattern matching, which are as follows: (i) efficiency of the backtracking algorithm for non-linear patterns, (ii) extensibility of matching process, and (iii) polymorphism in patterns. This paper aims to design a new pattern-matching-oriented programming language that satisfies all the above three criteria. The proposed language features clean Scheme-like syntax and efficient and extensible pattern matching semantics. This programming language is especially useful for the processing of complex non-free data types that not only include multisets and sets but also graphs and symbolic mathematical expressions. We discuss the importance of our criteria of practical pattern matching and how our language design naturally arises from the criteria. The proposed language has been already implemented and open-sourced as the Egison programming language.

Cite

CITATION STYLE

APA

Egi, S., & Nishiwaki, Y. (2018). Non-linear Pattern Matching with Backtracking for Non-free Data Types. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 11275 LNCS, pp. 3–23). Springer Verlag. https://doi.org/10.1007/978-3-030-02768-1_1

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free