author | Christian Urban <christian.urban@kcl.ac.uk> |
Wed, 09 Feb 2022 00:29:04 +0000 | |
changeset 424 | 2416fdec6396 |
parent 423 | b7199d6c672d |
child 474 | 726f4e65c0fe |
permissions | -rwxr-xr-x |
396 | 1 |
\documentclass[runningheads]{lipics-v2021} |
2 |
\usepackage{times} |
|
3 |
\usepackage{isabelle} |
|
4 |
\usepackage{isabellesym} |
|
5 |
\usepackage{amsmath} |
|
6 |
\usepackage{amssymb} |
|
7 |
\usepackage{mathpartir} |
|
8 |
\usepackage{tikz} |
|
9 |
\usepackage{pgf} |
|
10 |
\usetikzlibrary{positioning} |
|
11 |
%\usepackage{pdfsetup} |
|
12 |
%\usepackage{stmaryrd} |
|
13 |
%\usepackage{url} |
|
14 |
%\usepackage{color} |
|
15 |
%\usepackage[safe]{tipa} |
|
16 |
%\usepackage[sc]{mathpazo} |
|
17 |
%\usepackage{fontspec} |
|
18 |
%\setmainfont[Ligatures=TeX]{Palatino Linotype} |
|
19 |
||
20 |
||
21 |
||
22 |
||
23 |
\urlstyle{rm} |
|
24 |
\isabellestyle{it} |
|
25 |
\renewcommand{\isastyleminor}{\it}% |
|
26 |
\renewcommand{\isastyle}{\normalsize\it}% |
|
27 |
||
28 |
||
29 |
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,} |
|
30 |
\renewcommand{\isasymequiv}{$\dn$} |
|
31 |
\renewcommand{\isasymemptyset}{$\varnothing$} |
|
32 |
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}} |
|
33 |
\renewcommand{\isasymiota}{\makebox[0mm]{${}^{\prime}$}} |
|
34 |
\renewcommand{\isasymin}{\ensuremath{\,\in\,}} |
|
35 |
||
36 |
||
416
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
37 |
\def\lexer{\mathit{lexer}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
38 |
\def\mkeps{\mathit{mkeps}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
39 |
\def\inj{\mathit{inj}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
40 |
\def\Empty{\mathit{Empty}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
41 |
\def\Left{\mathit{Left}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
42 |
\def\Right{\mathit{Right}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
43 |
\def\Stars{\mathit{Stars}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
44 |
\def\Char{\mathit{Char}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
45 |
\def\Seq{\mathit{Seq}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
46 |
\def\Der{\mathit{Der}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
47 |
\def\nullable{\mathit{nullable}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
48 |
\def\Z{\mathit{Z}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
49 |
\def\S{\mathit{S}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
50 |
\newcommand{\ZERO}{\mbox{\bf 0}} |
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
51 |
\newcommand{\ONE}{\mbox{\bf 1}} |
418
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
52 |
\def\rs{\mathit{rs}} |
416
57182b36ec01
more with the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
405
diff
changeset
|
53 |
|
396 | 54 |
\def\Brz{Brzozowski} |
55 |
\def\der{\backslash} |
|
56 |
\newtheorem{falsehood}{Falsehood} |
|
57 |
\newtheorem{conject}{Conjecture} |
|
58 |
||
59 |
\bibliographystyle{plainurl} |
|
60 |
||
61 |
\title{{POSIX} {L}exing with {B}itcoded {D}erivatives} |
|
62 |
\titlerunning{POSIX Lexing with Bitcoded Derivatives} |
|
63 |
\author{Chengsong Tan}{King's College London}{chengsong.tan@kcl.ac.uk}{}{} |
|
64 |
\author{Christian Urban}{King's College London}{christian.urban@kcl.ac.uk}{}{} |
|
398 | 65 |
\authorrunning{C.~Tan and C.~Urban} |
424 | 66 |
\keywords{POSIX matching and lexing, derivatives of regular expressions, Isabelle/HOL} |
397
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
67 |
\category{} |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
68 |
\ccsdesc[100]{Design and analysis of algorithms} |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
69 |
\ccsdesc[100]{Formal languages and automata theory} |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
70 |
\Copyright{\mbox{}} |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
71 |
\nolinenumbers |
396 | 72 |
|
73 |
||
74 |
\begin{document} |
|
75 |
\maketitle |
|
76 |
||
77 |
\begin{abstract} |
|
423 | 78 |
Sulzmann and Lu describe a lexing algorithm that calculates |
400 | 79 |
Brzozowski derivatives using bitcodes annotated to regular |
397
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
80 |
expressions. Their algorithm generates POSIX values which encode |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
81 |
the information of \emph{how} a regular expression matches a |
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
82 |
string---that is, which part of the string is matched by which part |
423 | 83 |
of the regular expression. This information is needed in the |
84 |
context of lexing in order to extract and to classify tokens. |
|
85 |
The purpose of the bitcodes is to generate POSIX values incrementally while |
|
402
1612f2a77bf6
more definitions in the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
401
diff
changeset
|
86 |
derivatives are calculated. They also help with designing |
405
3cfea5bb5e23
updated some of the text and cardinality proof
Christian Urban <christian.urban@kcl.ac.uk>
parents:
402
diff
changeset
|
87 |
an ``aggressive'' simplification function that keeps the size of |
423 | 88 |
derivatives finite. Without simplification the size of some derivatives can grow |
418
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
89 |
arbitrarily big resulting in an extremely slow lexing algorithm. In this |
400 | 90 |
paper we describe a variant of Sulzmann and Lu's algorithm: Our |
424 | 91 |
variant is a recursive functional program, whereas Sulzmann |
400 | 92 |
and Lu's version involves a fixpoint construction. We \textit{(i)} |
420 | 93 |
prove in Isabelle/HOL that our algorithm is correct and generates |
418
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
94 |
unique POSIX values; we also \textit{(ii)} establish a finite |
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
95 |
bound for the size of the derivatives. |
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
96 |
|
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
97 |
%The size can be seen as a |
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
98 |
%proxy measure for the efficiency of the lexing algorithm: because of |
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
99 |
%the polynomial bound our algorithm does not suffer from |
41a2a3b63853
more of the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
416
diff
changeset
|
100 |
%the exponential blowup in earlier works. |
397
e1b74d618f1b
updated Sizebound4
Christian Urban <christian.urban@kcl.ac.uk>
parents:
396
diff
changeset
|
101 |
|
400 | 102 |
% Brzozowski introduced the notion of derivatives for regular |
103 |
% expressions. They can be used for a very simple regular expression |
|
104 |
% matching algorithm. Sulzmann and Lu cleverly extended this |
|
105 |
% algorithm in order to deal with POSIX matching, which is the |
|
106 |
% underlying disambiguation strategy for regular expressions needed |
|
107 |
% in lexers. Their algorithm generates POSIX values which encode |
|
108 |
% the information of \emph{how} a regular expression matches a |
|
109 |
% string---that is, which part of the string is matched by which |
|
110 |
% part of the regular expression. In this paper we give our |
|
111 |
% inductive definition of what a POSIX value is and show $(i)$ that |
|
112 |
% such a value is unique (for given regular expression and string |
|
113 |
% being matched) and $(ii)$ that Sulzmann and Lu's algorithm always |
|
114 |
% generates such a value (provided that the regular expression |
|
115 |
% matches the string). We show that $(iii)$ our inductive definition |
|
116 |
% of a POSIX value is equivalent to an alternative definition by |
|
117 |
% Okui and Suzuki which identifies POSIX values as least elements |
|
118 |
% according to an ordering of values. We also prove the correctness |
|
119 |
% of Sulzmann's bitcoded version of the POSIX matching algorithm and |
|
120 |
% extend the results to additional constructors for regular |
|
121 |
% expressions. \smallskip |
|
396 | 122 |
\end{abstract} |
123 |
||
124 |
||
125 |
||
126 |
\input{session} |
|
127 |
||
128 |
||
129 |
||
130 |
\end{document} |
|
131 |
||
132 |
%%% Local Variables: |
|
133 |
%%% mode: latex |
|
134 |
%%% TeX-master: t |
|
135 |
%%% End: |