thys3/document/root.tex
author Chengsong
Mon, 10 Jul 2023 01:33:45 +0100
changeset 660 eddc4eaba7c4
parent 643 9580bae0500d
permissions -rw-r--r--
addresses Gerog "N_r meaning and relation with backtracking?" comment
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
642
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
     1
%!\documentclass[runningheads]{llncs}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
     2
\documentclass[runningheads]{lipics-v2021}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     3
\usepackage{times}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     4
\usepackage{isabelle}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     5
\usepackage{isabellesym}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     6
\usepackage{amsmath}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     7
\usepackage{amssymb}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     8
\usepackage{mathpartir}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     9
\usepackage{tikz}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    10
\usepackage{pgf}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    11
\usetikzlibrary{positioning}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    12
%\usepackage{pdfsetup}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    13
\usepackage{stmaryrd}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    14
\usepackage{url}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    15
%\usepackage{color}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    16
%\usepackage[safe]{tipa}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    17
%\usepackage[sc]{mathpazo}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    18
%\usepackage{fontspec}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    19
%\setmainfont[Ligatures=TeX]{Palatino Linotype}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    20
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    21
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    22
\urlstyle{rm}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    23
\isabellestyle{it}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    24
\renewcommand{\isastyleminor}{\it}% 
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    25
\renewcommand{\isastyle}{\normalsize\it}%
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    26
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    27
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    28
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    29
\renewcommand{\isasymequiv}{$\dn$}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    30
\renewcommand{\isasymemptyset}{$\varnothing$}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    31
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    32
\renewcommand{\isasymiota}{\makebox[0mm]{${}^{\prime}$}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    33
\renewcommand{\isasymin}{\ensuremath{\,\in\,}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    34
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    35
\addtolength{\oddsidemargin}{-1.5mm}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    36
\addtolength{\evensidemargin}{-1.5mm}
499
6a100d32314c updated the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents: 496
diff changeset
    37
\addtolength{\textwidth}{3.4mm}
6a100d32314c updated the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents: 496
diff changeset
    38
\addtolength{\textheight}{1.4mm}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    39
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    40
\def\lexer{\mathit{lexer}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    41
\def\mkeps{\mathit{mkeps}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    42
\def\inj{\mathit{inj}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    43
\def\Empty{\mathit{Empty}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    44
\def\Left{\mathit{Left}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    45
\def\Right{\mathit{Right}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    46
\def\Stars{\mathit{Stars}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    47
\def\Char{\mathit{Char}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    48
\def\Seq{\mathit{Seq}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    49
\def\Der{\mathit{Der}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    50
\def\nullable{\mathit{nullable}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    51
\def\Z{\mathit{Z}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    52
\def\S{\mathit{S}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    53
\newcommand{\ZERO}{\mbox{\bf 0}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    54
\newcommand{\ONE}{\mbox{\bf 1}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    55
\def\rs{\mathit{rs}}
643
9580bae0500d updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 642
diff changeset
    56
\definecolor{darkblue}{rgb}{0,0,0.6}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    57
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    58
\def\Brz{Brzozowski}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    59
\def\der{\backslash}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    60
\newtheorem{falsehood}{Falsehood}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    61
\newtheorem{conject}{Conjecture}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    62
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    63
%!\bibliographystyle{plainurl}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    64
\bibliographystyle{plain}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    65
642
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    66
%\title{{POSIX} {L}exing with {B}itcoded {D}erivatives}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    67
%\titlerunning{POSIX Lexing with Bitcoded Derivatives}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    68
%\author{Chengsong Tan\inst{1,2} \and Christian Urban\inst{2}}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    69
%\institute{Imperial College London \and King's College London\\
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    70
%\email{\{chengsong.tan,christian.urban\}@kcl.ac.uk}}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    71
%!\author{Chengsong Tan}{King's College London}{chengsong.tan@kcl.ac.uk}{}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    72
%!\author{Christian Urban}{King's College London}{christian.urban@kcl.ac.uk}{}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    73
%!\authorrunning{C.~Tan and C.~Urban}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    74
%!\keywords{POSIX matching and lexing, derivatives of regular expressions, Isabelle/HOL}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    75
%!\category{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    76
%!\ccsdesc[100]{Design and analysis of algorithms}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    77
%!\ccsdesc[100]{Formal languages and automata theory}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    78
%!\Copyright{\mbox{}}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    79
%!\renewcommand{\DOIPrefix}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    80
%!\nolinenumbers
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    81
642
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    82
\title{{POSIX} {L}exing with {B}itcoded {D}erivatives}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    83
\titlerunning{POSIX Lexing with Bitcoded Derivatives}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    84
\author{Chengsong Tan}{Imperial College London}{ctan1@ic.ac.uk}{}{}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    85
\author{Christian Urban}{King's College London}{christian.urban@kcl.ac.uk}{}{}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    86
\authorrunning{C.~Tan and C.~Urban}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    87
\keywords{POSIX matching and lexing, derivatives of regular expressions, Isabelle/HOL}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    88
\category{}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    89
\ccsdesc[100]{Design and analysis of algorithms}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    90
\ccsdesc[100]{Formal languages and automata theory}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    91
\Copyright{\mbox{}}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    92
\renewcommand{\DOIPrefix}{}
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    93
\nolinenumbers
6c13f76c070b updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 615
diff changeset
    94
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    95
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    96
\begin{document}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    97
\maketitle
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    98
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    99
\begin{abstract}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   100
  Sulzmann and Lu describe a lexing algorithm that calculates
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   101
  Brzozowski derivatives using bitcodes annotated to regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   102
  expressions.  Their algorithm generates POSIX values which encode
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   103
  the information of \emph{how} a regular expression matches a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   104
  string---that is, which part of the string is matched by which part
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   105
  of the regular expression. This information is needed in the
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   106
  context of lexing in order to extract and to classify tokens.
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   107
  The purpose of the bitcodes is to generate POSIX values incrementally while
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   108
  derivatives are calculated. They also help with designing
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   109
  an ``aggressive'' simplification function that keeps the size of
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   110
  derivatives finitely bounded. Without simplification the size of some derivatives can grow
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   111
  arbitrarily big, resulting in an extremely slow lexing algorithm.  In this
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   112
  paper we describe a variant of Sulzmann and Lu's algorithm: Our
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   113
  variant is a recursive functional program, whereas Sulzmann
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   114
  and Lu's version involves a fixpoint construction. We \textit{(i)}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   115
  prove in Isabelle/HOL that our variant is correct and generates
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   116
  unique POSIX values (no such proof has been given for the
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   117
  original algorithm by Sulzmann and Lu); we also \textit{(ii)} establish finite
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   118
  bounds for the size of our derivatives.
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   119
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   120
  %The size can be seen as a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   121
  %proxy measure for the efficiency of the lexing algorithm: because of
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   122
  %the polynomial bound our algorithm does not suffer from
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   123
  %the exponential blowup in earlier works.
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   124
  
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   125
  % Brzozowski introduced the notion of derivatives for regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   126
  % expressions. They can be used for a very simple regular expression
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   127
  % matching algorithm.  Sulzmann and Lu cleverly extended this
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   128
  % algorithm in order to deal with POSIX matching, which is the
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   129
  % underlying disambiguation strategy for regular expressions needed
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   130
  % in lexers.  Their algorithm generates POSIX values which encode
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   131
  % the information of \emph{how} a regular expression matches a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   132
  % string---that is, which part of the string is matched by which
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   133
  % part of the regular expression.  In this paper we give our
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   134
  % inductive definition of what a POSIX value is and show $(i)$ that
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   135
  % such a value is unique (for given regular expression and string
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   136
  % being matched) and $(ii)$ that Sulzmann and Lu's algorithm always
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   137
  % generates such a value (provided that the regular expression
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   138
  % matches the string). We show that $(iii)$ our inductive definition
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   139
  % of a POSIX value is equivalent to an alternative definition by
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   140
  % Okui and Suzuki which identifies POSIX values as least elements
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   141
  % according to an ordering of values.  We also prove the correctness
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   142
  % of Sulzmann's bitcoded version of the POSIX matching algorithm and
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   143
  % extend the results to additional constructors for regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   144
  % expressions.  \smallskip
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   145
\end{abstract}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   146
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   147
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   148
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   149
\input{session}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   150
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   151
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   152
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   153
\end{document}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   154
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   155
%%% Local Variables:
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   156
%%% mode: latex
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   157
%%% TeX-master: t
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   158
%%% End: