Abstract rewriting machine
The Abstract Rewriting Machine (ARM) is a virtual machine which implements term rewriting for minimal term rewriting systems.
Minimal term rewriting systems are left-linear term rewriting systems in which each rule takes on one of six forms:
- Continuation
- Return
- Match
- Add
- Delete
- Ident
Each of these six forms is mapped (in ARM) to one or a few processor instructions on most contemporary micro processors. Accordingly, minimal term rewriting is achieved at tens to hundreds of clock cycles per reduction step—millions of reduction steps per second.
ARM implements general term rewriting, in that every single-sorted unconditional left-linear term rewriting system can be transformed (compiled) into a minimal term rewriting system that gives rise to the same normal form relation.
An overview with references to this compilation process for innermost rewriting, as well as a detailed overview of ARM, can be found in "Within ARM's reach: compilation of left-linear rewrite systems via minimal rewrite systems". A description for lazy (non-innermost) rewriting can be found in "Lazy rewriting on eager machinery".
A documented implementation of ARM (with the term rewriting language Epic) is available here. Note that site and software are no longer being actively maintained.
References
- Jürgen Giesl and Aart Middeldorp, Transformation Techniques for Context-Sensitive Rewrite Systems, Aachener Informatik Berichte, 2002 (revised version), ISSN 0935-3232, AIB-2002-02, Transformation Techniques for Context-Sensitive Rewrite Systems
- Salvador Lucas, Lazy Rewriting and Context-Sensitive Rewriting, in Electronic Notes in Theoretical Computer Science, volume 64, Elsevier Sciences, 2002, Lazy Rewriting and Context-Sensitive Rewriting
- Nguyen, Quang-Huy (2001). "Compact Normalisation Trace via Lazy Rewriting". Electronic Notes in Theoretical Computer Science. 57. Elsevier Sciences. CiteSeerx: 10.1.1.24.771.
- Felix Schernhammer and Bernhard Gramlich, Termination of Lazy Rewriting Revisited, Technical Report E1852-2007-01, Technisch Universität Wien, November 2007, Termination of Lazy Rewriting Revisited