# Modular Descriptions of Regular Functions

**Authors:** Paul Gastin

arXiv: 1908.01137 · 2019-08-06

## TL;DR

This paper explores different formal methods for describing string-to-string transformations, comparing automata-based operational approaches with more human-readable descriptions using basic transformations and combinators.

## Contribution

It introduces a unified perspective on formal descriptions of string transformations, highlighting the advantages of human-friendly formalisms alongside automata-based models.

## Key findings

- Automata-based descriptions enable direct implementation with deterministic input scanners.
- Human-friendly descriptions simplify understanding and designing string transformations.
- Combinators extend basic transformations to express complex string operations.

## Abstract

We discuss various formalisms to describe string-to-string transformations. Many are based on automata and can be seen as operational descriptions, allowing direct implementations when the input scanner is deterministic. Alternatively, one may use more human friendly descriptions based on some simple basic transformations (e.g., copy, duplicate, erase, reverse) and various combinators such as function composition or extensions of regular operations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.01137/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01137/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1908.01137/full.md

---
Source: https://tomesphere.com/paper/1908.01137