ChengsongTanPhdThesis/example.bib
author Chengsong
Sun, 06 Nov 2022 23:05:47 +0000
changeset 618 233cf2b97d1a
parent 612 8c234a1bc7e0
child 621 17c7611fb0a9
permissions -rwxr-xr-x
chapter 5 finished!!
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     1
%% This BibTeX bibliography file was created using BibDesk.
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     2
%% https://bibdesk.sourceforge.io/
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     3
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
     4
%% Created for CS TAN at 2022-05-23 18:43:50 +0100 
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     5
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     6
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
     7
%% Saved with string encoding Unicode (UTF-8) 
607
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
     8
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
     9
612
Chengsong
parents: 609
diff changeset
    10
%@phdthesis{Fahad18,
Chengsong
parents: 609
diff changeset
    11
%  author  = "Rempel, Robert Charles",
Chengsong
parents: 609
diff changeset
    12
%  title   = "Relaxation Effects for Coupled Nuclear Spins",
Chengsong
parents: 609
diff changeset
    13
%  school  = "Stanford University",
Chengsong
parents: 609
diff changeset
    14
%  address = "Stanford, CA",
Chengsong
parents: 609
diff changeset
    15
%  year    = 1956,
Chengsong
parents: 609
diff changeset
    16
%  month   = jun
Chengsong
parents: 609
diff changeset
    17
%}
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
    18
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    19
%% POSIX specification------------------------
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    20
@InProceedings{Okui10,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    21
author="Okui, Satoshi
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    22
and Suzuki, Taro",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    23
editor="Domaratzki, Michael
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    24
and Salomaa, Kai",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    25
title="Disambiguation in Regular Expression Matching via Position Automata with Augmented Transitions",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    26
booktitle="Implementation and Application of Automata",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    27
year="2011",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    28
publisher="Springer Berlin Heidelberg",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    29
address="Berlin, Heidelberg",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    30
pages="231--240",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    31
abstract="This paper offers a new efficient regular expression matching algorithm which follows the POSIX-type leftmost-longest rule. The algorithm basically emulates the subset construction without backtracking, so that its computational cost even in the worst case does not explode exponentially; the time complexity of the algorithm is O(mn(n{\thinspace}+{\thinspace}c)), where m is the length of a given input string, n the number of occurrences of the most frequently used letter in a given regular expression and c the number of subexpressions to be used for capturing substrings. A formalization of the leftmost-longest semantics by using parse trees is also discussed.",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    32
isbn="978-3-642-18098-9"
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    33
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    34
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    35
%% POSIX specification------------------------
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    36
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    37
%% Brzozowski ders------------------------
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    38
@article{Berglund14,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    39
author = {Berglund, Martin and Drewes, Frank and Van Der Merwe, Brink},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    40
year = {2014},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    41
month = {05},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    42
pages = {},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    43
title = {Analyzing Catastrophic Backtracking Behavior in Practical Regular Expression Matching},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    44
volume = {151},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    45
journal = {Electronic Proceedings in Theoretical Computer Science},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    46
doi = {10.4204/EPTCS.151.7}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    47
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    48
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    49
@InProceedings{Berglund18,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    50
author="Berglund, Martin
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    51
and Bester, Willem
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    52
and van der Merwe, Brink",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    53
editor="Fischer, Bernd
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    54
and Uustalu, Tarmo",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    55
title="Formalising Boost POSIX Regular Expression Matching",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    56
booktitle="Theoretical Aspects of Computing -- ICTAC 2018",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    57
year="2018",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    58
publisher="Springer International Publishing",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    59
address="Cham",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    60
pages="99--115",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    61
abstract="Whereas Perl-compatible regular expression matchers typically exhibit some variation of leftmost-greedy semantics, those conforming to the posix standard are prescribed leftmost-longest semantics. However, the posix standard leaves some room for interpretation, and Fowler and Kuklewicz have done experimental work to confirm differences between various posix matchers. The Boost library has an interesting take on the posix standard, where it maximises the leftmost match not with respect to subexpressions of the regular expression pattern, but rather, with respect to capturing groups. In our work, we provide the first formalisation of Boost semantics, and we analyse the complexity of regular expression matching when using Boost semantics.",
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    62
isbn="978-3-030-02508-3"
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    63
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    64
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    65
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    66
@inproceedings{Chen12,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    67
author = {Chen, Haiming and Yu, Sheng},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    68
year = {2012},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    69
month = {01},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    70
pages = {343-356},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    71
title = {Derivatives of Regular Expressions and an Application},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    72
volume = {7160},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    73
doi = {10.1007/978-3-642-27654-5_27}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    74
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    75
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    76
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    77
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    78
%% Brzozowski ders------------------------
618
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    79
@article{Murugesan2014,
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    80
  author    = {N.~Murugesan and O.~V.~Shanmuga Sundaram},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    81
  title     = {{S}ome {P}roperties of {B}rzozowski {D}erivatives of {R}egular {E}xpressions},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    82
  journal   = {International Journal of Computer Trends and Technology},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    83
  volume    = {13},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    84
  number    = {1},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    85
  year      = {2014},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    86
  url       = {http://arxiv.org/abs/1407.5902},
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    87
  pages     = {29--33}
233cf2b97d1a chapter 5 finished!!
Chengsong
parents: 612
diff changeset
    88
}
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    89
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    90
%% look-aheads------------------------
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    91
@article{Takayuki2019,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    92
  title={Derivatives of Regular Expressions with Lookahead},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    93
  author={Takayuki Miyazaki and Yasuhiko Minamide},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    94
  journal={Journal of Information Processing},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    95
  volume={27},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    96
  number={ },
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    97
  pages={422-430},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    98
  year={2019},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    99
  doi={10.2197/ipsjjip.27.422}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   100
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   101
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   102
%% look-aheads------------------------
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   103
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   104
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   105
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   106
%% back-references--------------------
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   107
@incollection{AHO1990255,
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   108
title = {CHAPTER 5 - Algorithms for Finding Patterns in Strings},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   109
editor = {JAN {VAN LEEUWEN}},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   110
booktitle = {Algorithms and Complexity},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   111
publisher = {Elsevier},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   112
address = {Amsterdam},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   113
pages = {255-300},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   114
year = {1990},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   115
series = {Handbook of Theoretical Computer Science},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   116
isbn = {978-0-444-88071-0},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   117
doi = {https://doi.org/10.1016/B978-0-444-88071-0.50010-2},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   118
url = {https://www.sciencedirect.com/science/article/pii/B9780444880710500102},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   119
author = {Alfred V. AHO},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   120
abstract = {Publisher Summary
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   121
This chapter discusses the algorithms for solving string-matching problems that have proven useful for text-editing and text-processing applications. String pattern matching is an important problem that occurs in many areas of science and information processing. In computing, it occurs naturally as part of data processing, text editing, term rewriting, lexical analysis, and information retrieval. Many text editors and programming languages have facilities for matching strings. In biology, string-matching problems arise in the analysis of nucleic acids and protein sequences, and in the investigation of molecular phylogeny. String matching is also one of the central and most widely studied problems in theoretical computer science. The simplest form of the problem is to locate an occurrence of a keyword as a substring in a sequence of characters, which is called the input string. For example, the input string queueing contains the keyword ueuei as a substring. Even for this problem, several innovative, theoretically interesting algorithms have been devised that run significantly faster than the obvious brute-force method.}
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   122
}
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   123
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   124
%% back-references--------------------
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   125
607
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   126
@article{fowler2003,
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   127
  title={An interpretation of the POSIX regex standard},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   128
  author={Fowler, Glenn},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   129
  journal={URL: https://web. archive. org/web/20050408073627/http://www. research. att. com/\~{} gsf/testregex/re-interpretation. html},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   130
  year={2003}
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   131
}
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   132
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   133
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   134
@inproceedings{Snort1999,
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   135
author = {Roesch, Martin},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   136
title = {Snort - Lightweight Intrusion Detection for Networks},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   137
year = {1999},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   138
publisher = {USENIX Association},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   139
address = {USA},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   140
abstract = {Network intrusion detection systems (NIDS) are an important part of any network security architecture. They provide a layer of defense which monitors network traffic for predefined suspicious activity or patterns, and alert system administrators when potential hostile traffic is detected. Commercial NIDS have many differences, but Information Systems departments must face the commonalities that they share such as significant system footprint, complex deployment and high monetary cost. Snort was designed to address these issues.},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   141
booktitle = {Proceedings of the 13th USENIX Conference on System Administration},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   142
pages = {229–238},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   143
numpages = {10},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   144
location = {Seattle, Washington},
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   145
series = {LISA '99}
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   146
}
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   147
606
Chengsong
parents: 605
diff changeset
   148
@inproceedings{Becchi08,
Chengsong
parents: 605
diff changeset
   149
author = {Becchi, Michela and Crowley, Patrick},
Chengsong
parents: 605
diff changeset
   150
year = {2008},
Chengsong
parents: 605
diff changeset
   151
month = {01},
Chengsong
parents: 605
diff changeset
   152
pages = {25},
Chengsong
parents: 605
diff changeset
   153
title = {Extending finite automata to efficiently match Perl-compatible regular expressions},
Chengsong
parents: 605
diff changeset
   154
doi = {10.1145/1544012.1544037}
Chengsong
parents: 605
diff changeset
   155
}
603
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   156
605
Chengsong
parents: 603
diff changeset
   157
@book{
Chengsong
parents: 603
diff changeset
   158
	Sakarovitch2009, 
Chengsong
parents: 603
diff changeset
   159
	place={Cambridge}, 
Chengsong
parents: 603
diff changeset
   160
	title={Elements of Automata Theory}, 
Chengsong
parents: 603
diff changeset
   161
	DOI={10.1017/CBO9781139195218}, 
Chengsong
parents: 603
diff changeset
   162
	publisher={Cambridge University Press}, 
Chengsong
parents: 603
diff changeset
   163
	author={Sakarovitch, Jacques}, 
Chengsong
parents: 603
diff changeset
   164
	editor={Thomas, ReubenTranslator}, 
Chengsong
parents: 603
diff changeset
   165
	year={2009}
Chengsong
parents: 603
diff changeset
   166
}
Chengsong
parents: 603
diff changeset
   167
Chengsong
parents: 603
diff changeset
   168
607
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   169
@unpublished{CSL2022,
603
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   170
author = "Chengsong Tan and Christian Urban",
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   171
title = "POSIX Lexing with Bitcoded Derivatives",
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   172
note = "submitted",
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   173
}
370fe1dde7c7 more restructuring chap1
Chengsong
parents: 602
diff changeset
   174
601
Chengsong
parents: 518
diff changeset
   175
@INPROCEEDINGS{Verbatim,  author={Egolf, Derek and Lasser, Sam and Fisher, Kathleen},  booktitle={2021 IEEE Security and Privacy Workshops (SPW)},   title={Verbatim: A Verified Lexer Generator},   year={2021},  volume={},  number={},  pages={92-100},  doi={10.1109/SPW53761.2021.00022}}
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   176
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   177
601
Chengsong
parents: 518
diff changeset
   178
@inproceedings{Verbatimpp,
Chengsong
parents: 518
diff changeset
   179
author = {Egolf, Derek and Lasser, Sam and Fisher, Kathleen},
Chengsong
parents: 518
diff changeset
   180
title = {Verbatim++: Verified, Optimized, and Semantically Rich Lexing with Derivatives},
Chengsong
parents: 518
diff changeset
   181
year = {2022},
Chengsong
parents: 518
diff changeset
   182
isbn = {9781450391825},
Chengsong
parents: 518
diff changeset
   183
publisher = {Association for Computing Machinery},
Chengsong
parents: 518
diff changeset
   184
address = {New York, NY, USA},
Chengsong
parents: 518
diff changeset
   185
url = {https://doi.org/10.1145/3497775.3503694},
Chengsong
parents: 518
diff changeset
   186
doi = {10.1145/3497775.3503694},
Chengsong
parents: 518
diff changeset
   187
abstract = {Lexers and parsers are attractive targets for attackers because they often sit at the boundary between a software system's internals and the outside world. Formally verified lexers can reduce the attack surface of these systems, thus making them more secure. One recent step in this direction is the development of Verbatim, a verified lexer based on the concept of Brzozowski derivatives. Two limitations restrict the tool's usefulness. First, its running time is quadratic in the length of its input string. Second, the lexer produces tokens with a simple "tag and string" representation, which limits the tool's ability to integrate with parsers that operate on more expressive token representations. In this work, we present a suite of extensions to Verbatim that overcomes these limitations while preserving the tool's original correctness guarantees. The lexer achieves effectively linear performance on a JSON benchmark through a combination of optimizations that, to our knowledge, has not been previously verified. The enhanced version of Verbatim also enables users to augment their lexical specifications with custom semantic actions, and it uses these actions to produce semantically rich tokens---i.e., tokens that carry values with arbitrary, user-defined types. All extensions were implemented and verified with the Coq Proof Assistant.},
Chengsong
parents: 518
diff changeset
   188
booktitle = {Proceedings of the 11th ACM SIGPLAN International Conference on Certified Programs and Proofs},
Chengsong
parents: 518
diff changeset
   189
pages = {27–39},
Chengsong
parents: 518
diff changeset
   190
numpages = {13},
Chengsong
parents: 518
diff changeset
   191
keywords = {Brzozowski derivatives, formal verification, lexical analysis, semantic actions},
Chengsong
parents: 518
diff changeset
   192
location = {Philadelphia, PA, USA},
Chengsong
parents: 518
diff changeset
   193
series = {CPP 2022}
Chengsong
parents: 518
diff changeset
   194
}
Chengsong
parents: 518
diff changeset
   195
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   196
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   197
@article{Turo_ov__2020,
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   198
	author = {Lenka Turo{\v{n}}ov{\'{a}} and Luk{\'{a}}{\v{s}} Hol{\'{\i}}k and Ond{\v{r}}ej Leng{\'{a}}l and Olli Saarikivi and Margus Veanes and Tom{\'{a}}{\v{s}} Vojnar},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   199
	date-added = {2022-05-23 18:43:04 +0100},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   200
	date-modified = {2022-05-23 18:43:04 +0100},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   201
	doi = {10.1145/3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   202
	journal = {Proceedings of the {ACM} on Programming Languages},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   203
	month = {nov},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   204
	number = {{OOPSLA}},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   205
	pages = {1--30},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   206
	publisher = {Association for Computing Machinery ({ACM})},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   207
	title = {Regex matching with counting-set automata},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   208
	url = {https://doi.org/10.1145%2F3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   209
	volume = {4},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   210
	year = 2020,
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   211
	bdsk-url-1 = {https://doi.org/10.1145%2F3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   212
	bdsk-url-2 = {https://doi.org/10.1145/3428286}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   213
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   214
@article{Rathnayake2014StaticAF,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   215
	author = {Asiri Rathnayake and Hayo Thielecke},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   216
	journal = {ArXiv},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   217
	title = {Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   218
	volume = {abs/1405.7058},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   219
	year = {2014}}
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   220
472
Chengsong
parents: 471
diff changeset
   221
@inproceedings{Weideman2017Static,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   222
	author = {Nicolaas Weideman},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   223
	title = {Static analysis of regular expressions},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   224
	year = {2017}}
472
Chengsong
parents: 471
diff changeset
   225
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   226
@inproceedings{RibeiroAgda2017,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   227
	abstract = {We describe the formalization of a regular expression (RE) parsing algorithm that produces a bit representation of its parse tree in the dependently typed language Agda. The algorithm computes bit-codes using Brzozowski derivatives and we prove that produced codes are equivalent to parse trees ensuring soundness and completeness w.r.t an inductive RE semantics. We include the certified algorithm in a tool developed by us, named verigrep, for regular expression based search in the style of the well known GNU grep. Practical experiments conducted with this tool are reported.},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   228
	address = {New York, NY, USA},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   229
	articleno = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   230
	author = {Ribeiro, Rodrigo and Bois, Andr\'{e} Du},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   231
	booktitle = {Proceedings of the 21st Brazilian Symposium on Programming Languages},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   232
	date-modified = {2022-03-16 16:38:47 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   233
	doi = {10.1145/3125374.3125381},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   234
	isbn = {9781450353892},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   235
	keywords = {Certified algorithms, regular expressions, dependent types, bit-codes},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   236
	location = {Fortaleza, CE, Brazil},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   237
	numpages = {8},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   238
	publisher = {Association for Computing Machinery},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   239
	series = {SBLP 2017},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   240
	title = {Certified Bit-Coded Regular Expression Parsing},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   241
	url = {https://doi.org/10.1145/3125374.3125381},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   242
	year = {2017},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   243
	bdsk-url-1 = {https://doi.org/10.1145/3125374.3125381}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   244
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   245
@article{Thompson_1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   246
	author = {Ken Thompson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   247
	date-added = {2022-02-23 13:44:42 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   248
	date-modified = {2022-02-23 13:44:42 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   249
	doi = {10.1145/363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   250
	journal = {Communications of the {ACM}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   251
	month = {jun},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   252
	number = {6},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   253
	pages = {419--422},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   254
	publisher = {Association for Computing Machinery ({ACM})},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   255
	title = {Programming Techniques: Regular expression search algorithm},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   256
	url = {https://doi.org/10.1145%2F363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   257
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   258
	year = 1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   259
	bdsk-url-1 = {https://doi.org/10.1145%2F363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   260
	bdsk-url-2 = {https://doi.org/10.1145/363347.363387}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   261
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   262
@article{17Bir,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   263
	author = {Asiri Rathnayake and Hayo Thielecke},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   264
	date-added = {2019-08-18 17:57:30 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   265
	date-modified = {2019-08-18 18:00:13 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   266
	journal = {arXiv:1405.7058},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   267
	title = {Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   268
	year = {2017}}
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   269
471
Chengsong
parents: 468
diff changeset
   270
@article{campeanu2003formal,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   271
	author = {C{\^a}mpeanu, Cezar and Salomaa, Kai and Yu, Sheng},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   272
	journal = {International Journal of Foundations of Computer Science},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   273
	number = {06},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   274
	pages = {1007--1018},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   275
	publisher = {World Scientific},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   276
	title = {A formal study of practical regular expressions},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   277
	volume = {14},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   278
	year = {2003}}
471
Chengsong
parents: 468
diff changeset
   279
Chengsong
parents: 468
diff changeset
   280
@article{alfred2014algorithms,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   281
	author = {Alfred, V},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   282
	journal = {Algorithms and Complexity},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   283
	pages = {255},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   284
	publisher = {Elsevier},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   285
	title = {Algorithms for finding patterns in strings},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   286
	volume = {1},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   287
	year = {2014}}
471
Chengsong
parents: 468
diff changeset
   288
Chengsong
parents: 468
diff changeset
   289
@article{CAMPEANU2009Intersect,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   290
	abstract = {In this paper we revisit the semantics of extended regular expressions (regex), defined succinctly in the 90s [A.V. Aho, Algorithms for finding patterns in strings, in: Jan van Leeuwen (Ed.), Handbook of Theoretical Computer Science, in: Algorithms and Complexity, vol. A, Elsevier and MIT Press, 1990, pp. 255--300] and rigorously in 2003 by C{\^a}mpeanu, Salomaa and Yu [C. C{\^a}mpeanu, K. Salomaa, S. Yu, A formal study of practical regular expressions, IJFCS 14 (6) (2003) 1007--1018], when the authors reported an open problem, namely whether regex languages are closed under the intersection with regular languages. We give a positive answer; and for doing so, we propose a new class of machines --- regex automata systems (RAS) --- which are equivalent to regex. Among others, these machines provide a consistent and convenient method of implementing regex in practice. We also prove, as a consequence of this closure property, that several languages, such as the mirror language, the language of palindromes, and the language of balanced words are not regex languages.},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   291
	author = {Cezar C{\^a}mpeanu and Nicolae Santean},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   292
	doi = {https://doi.org/10.1016/j.tcs.2009.02.022},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   293
	issn = {0304-3975},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   294
	journal = {Theoretical Computer Science},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   295
	keywords = {Extended regular expression, Regex automata system, Regex},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   296
	note = {Formal Languages and Applications: A Collection of Papers in Honor of Sheng Yu},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   297
	number = {24},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   298
	pages = {2336-2344},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   299
	title = {On the intersection of regex languages with regular languages},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   300
	url = {https://www.sciencedirect.com/science/article/pii/S0304397509001789},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   301
	volume = {410},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   302
	year = {2009},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   303
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0304397509001789},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   304
	bdsk-url-2 = {https://doi.org/10.1016/j.tcs.2009.02.022}}
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   305
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   306
@article{nielson11bcre,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   307
	author = {Lasse Nielsen, Fritz Henglein},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   308
	date-added = {2019-07-03 21:09:39 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   309
	date-modified = {2019-07-03 21:17:33 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   310
	journal = {LATA},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   311
	title = {Bit-coded Regular Expression Parsing},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   312
	year = {2011},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   313
	bdsk-file-1 = {YnBsaXN0MDDSAQIDBFxyZWxhdGl2ZVBhdGhZYWxpYXNEYXRhXxA1Li4vLi4vLi4vTXkgTWFjIChNYWNCb29rLVBybykvRGVza3RvcC9mcml0ei1wYXBlci5wZGZPEQF+AAAAAAF+AAIAAAxNYWNpbnRvc2ggSEQAAAAAAAAAAAAAAAAAAAAAAAAAQkQAAf////8PZnJpdHotcGFwZXIucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/////wAAAAAAAAAAAAAAAAADAAMAAAogY3UAAAAAAAAAAAAAAAAAB0Rlc2t0b3AAAAIAQi86VXNlcnM6Y3N0YW46RHJvcGJveDpNeSBNYWMgKE1hY0Jvb2stUHJvKTpEZXNrdG9wOmZyaXR6LXBhcGVyLnBkZgAOACAADwBmAHIAaQB0AHoALQBwAGEAcABlAHIALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEBVc2Vycy9jc3Rhbi9Ecm9wYm94L015IE1hYyAoTWFjQm9vay1Qcm8pL0Rlc2t0b3AvZnJpdHotcGFwZXIucGRmABMAAS8AABUAAgAM//8AAAAIAA0AGgAkAFwAAAAAAAACAQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAB3g==}}
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   314
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   315
@software{regexploit2021,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   316
	author = {Ben Caller, Luca Carettoni},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   317
	date-added = {2020-11-24 00:00:00 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   318
	date-modified = {2021-05-07 00:00:00 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   319
	keywords = {ReDos static analyser},
472
Chengsong
parents: 471
diff changeset
   320
	month = {May},
Chengsong
parents: 471
diff changeset
   321
	title = {regexploit},
Chengsong
parents: 471
diff changeset
   322
	url = {https://github.com/doyensec/regexploit},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   323
	year = {2021},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   324
	bdsk-url-1 = {https://github.com/doyensec/regexploit}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   325
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   326
@software{pcre,
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   327
	author = {Philip Hazel},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   328
	date-added = {1997-01-01 00:00:00 +0000},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   329
	date-modified = {2021-06-14 00:00:00 +0000},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   330
	keywords = {Perl Compatible Regular Expressions},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   331
	month = {June},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   332
	title = {PCRE},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   333
	url = {https://www.pcre.org/original/doc/html/},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   334
	year = {2021},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   335
	bdsk-url-1 = {https://www.pcre.org/original/doc/html/}
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   336
}
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   337
471
Chengsong
parents: 468
diff changeset
   338
@misc{KuklewiczHaskell,
Chengsong
parents: 468
diff changeset
   339
	author = {Kuklewicz},
Chengsong
parents: 468
diff changeset
   340
	keywords = {Buggy C POSIX Lexing Libraries},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   341
	title = {Regex Posix},
471
Chengsong
parents: 468
diff changeset
   342
	url = {https://wiki.haskell.org/Regex_Posix},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   343
	year = {2017},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   344
	bdsk-url-1 = {https://wiki.haskell.org/Regex_Posix}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   345
472
Chengsong
parents: 471
diff changeset
   346
@misc{regex101,
Chengsong
parents: 471
diff changeset
   347
	author = {Firas Dib},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   348
	keywords = {regex tester debugger},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   349
	title = {regex101},
472
Chengsong
parents: 471
diff changeset
   350
	url = {https://regex101.com/},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   351
	year = {2011},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   352
	bdsk-url-1 = {https://regex101.com/}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   353
500
Chengsong
parents: 472
diff changeset
   354
@misc{atomEditor,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   355
	author = {Dunno},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   356
	keywords = {text editor},
500
Chengsong
parents: 472
diff changeset
   357
	title = {Atom Editor},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   358
	url = {https://atom.io},
500
Chengsong
parents: 472
diff changeset
   359
	year = {2022},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   360
	bdsk-url-1 = {https://atom.io}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   361
471
Chengsong
parents: 468
diff changeset
   362
@techreport{grathwohl2014crash,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   363
	author = {Grathwohl, Niels Bj{\o}rn Bugge and Henglein, Fritz and Rasmussen, Ulrik Terp},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   364
	institution = {Technical report, University of Copenhagen},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   365
	title = {A Crash-Course in Regular Expression Parsing and Regular Expressions as Types},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   366
	year = {2014}}
471
Chengsong
parents: 468
diff changeset
   367
602
Chengsong
parents: 601
diff changeset
   368
@inproceedings{xml2015,
Chengsong
parents: 601
diff changeset
   369
author = {Bj\"{o}rklund, Henrik and Martens, Wim and Timm, Thomas},
Chengsong
parents: 601
diff changeset
   370
title = {Efficient Incremental Evaluation of Succinct Regular Expressions},
Chengsong
parents: 601
diff changeset
   371
year = {2015},
Chengsong
parents: 601
diff changeset
   372
isbn = {9781450337946},
Chengsong
parents: 601
diff changeset
   373
publisher = {Association for Computing Machinery},
Chengsong
parents: 601
diff changeset
   374
address = {New York, NY, USA},
Chengsong
parents: 601
diff changeset
   375
url = {https://doi.org/10.1145/2806416.2806434},
Chengsong
parents: 601
diff changeset
   376
doi = {10.1145/2806416.2806434},
Chengsong
parents: 601
diff changeset
   377
abstract = {Regular expressions are omnipresent in database applications. They form the structural core of schema languages for XML, they are a fundamental ingredient for navigational queries in graph databases, and are being considered in languages for upcoming technologies such as schema- and transformation languages for tabular data on the Web. In this paper we study the usage and effectiveness of the counting operator (or: limited repetition) in regular expressions. The counting operator is a popular extension which is part of the POSIX standard and therefore also present in regular expressions in grep, Java, Python, Perl, and Ruby. In a database context, expressions with counting appear in XML Schema and languages for querying graphs such as SPARQL 1.1 and Cypher.We first present a practical study that suggests that counters are extensively used in practice. We then investigate evaluation methods for such expressions and develop a new algorithm for efficient incremental evaluation. Finally, we conduct an extensive benchmark study that shows that exploiting counting operators can lead to speed-ups of several orders of magnitude in a wide range of settings: normal and incremental evaluation on synthetic and real expressions.},
Chengsong
parents: 601
diff changeset
   378
booktitle = {Proceedings of the 24th ACM International on Conference on Information and Knowledge Management},
Chengsong
parents: 601
diff changeset
   379
pages = {1541–1550},
Chengsong
parents: 601
diff changeset
   380
numpages = {10},
Chengsong
parents: 601
diff changeset
   381
keywords = {regular expressions, schema, regular path queries, xml},
Chengsong
parents: 601
diff changeset
   382
location = {Melbourne, Australia},
Chengsong
parents: 601
diff changeset
   383
series = {CIKM '15}
Chengsong
parents: 601
diff changeset
   384
}
Chengsong
parents: 601
diff changeset
   385
Chengsong
parents: 601
diff changeset
   386
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   387
@misc{SE16,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   388
	author = {StackStatus},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   389
	date-added = {2019-06-26 11:28:41 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   390
	date-modified = {2019-06-26 16:07:31 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   391
	keywords = {ReDos Attack},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   392
	month = {July},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   393
	rating = {5},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   394
	read = {1},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   395
	title = {Stack Overflow Outage Postmortem},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   396
	url = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   397
	year = {2016},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   398
	bdsk-url-1 = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   399
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   400
@article{HosoyaVouillonPierce2005,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   401
	author = {H.~Hosoya and J.~Vouillon and B.~C.~Pierce},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   402
	journal = {ACM Transactions on Programming Languages and Systems (TOPLAS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   403
	number = 1,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   404
	pages = {46--90},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   405
	title = {{R}egular {E}xpression {T}ypes for {XML}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   406
	volume = 27,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   407
	year = {2005}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   408
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   409
@misc{POSIX,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   410
	note = {\url{http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   411
	title = {{T}he {O}pen {G}roup {B}ase {S}pecification {I}ssue 6 {IEEE} {S}td 1003.1 2004 {E}dition},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   412
	year = {2004}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   413
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   414
@inproceedings{AusafDyckhoffUrban2016,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   415
	author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   416
	booktitle = {Proc.~of the 7th International Conference on Interactive Theorem Proving (ITP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   417
	pages = {69--86},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   418
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   419
	title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions ({P}roof {P}earl)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   420
	volume = {9807},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   421
	year = {2016}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   422
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   423
@article{aduAFP16,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   424
	author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   425
	issn = {2150-914x},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   426
	journal = {Archive of Formal Proofs},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   427
	note = {\url{http://www.isa-afp.org/entries/Posix-Lexing.shtml}, Formal proof development},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   428
	title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   429
	year = 2016}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   430
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   431
@techreport{CrashCourse2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   432
	annote = {draft report},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   433
	author = {N.~B.~B.~Grathwohl and F.~Henglein and U.~T.~Rasmussen},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   434
	institution = {University of Copenhagen},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   435
	title = {{A} {C}rash-{C}ourse in {R}egular {E}xpression {P}arsing and {R}egular {E}xpressions as {T}ypes},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   436
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   437
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   438
@inproceedings{Sulzmann2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   439
	author = {M.~Sulzmann and K.~Lu},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   440
	booktitle = {Proc.~of the 12th International Conference on Functional and Logic Programming (FLOPS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   441
	pages = {203--220},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   442
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   443
	title = {{POSIX} {R}egular {E}xpression {P}arsing with {D}erivatives},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   444
	volume = {8475},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   445
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   446
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   447
@inproceedings{Sulzmann2014b,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   448
	author = {M.~Sulzmann and P.~van Steenhoven},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   449
	booktitle = {Proc.~of the 23rd International Conference on Compiler Construction (CC)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   450
	pages = {174--191},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   451
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   452
	title = {{A} {F}lexible and {E}fficient {ML} {L}exer {T}ool {B}ased on {E}xtended {R}egular {E}xpression {S}ubmatching},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   453
	volume = {8409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   454
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   455
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   456
@book{Pierce2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   457
	author = {B.~C.~Pierce and C.~Casinghino and M.~Gaboardi and M.~Greenberg and C.~Hri\c{t}cu and V.~Sj\"{o}berg and B.~Yorgey},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   458
	note = {\url{http://www.cis.upenn.edu/~bcpierce/sf}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   459
	publisher = {Electronic textbook},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   460
	title = {{S}oftware {F}oundations},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   461
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   462
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   463
@misc{Kuklewicz,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   464
	author = {C.~Kuklewicz},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   465
	howpublished = {\url{https://wiki.haskell.org/Regex_Posix}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   466
	title = {{R}egex {P}osix}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   467
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   468
@article{Vansummeren2006,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   469
	author = {S.~Vansummeren},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   470
	journal = {ACM Transactions on Programming Languages and Systems},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   471
	number = {3},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   472
	pages = {389--428},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   473
	title = {{T}ype {I}nference for {U}nique {P}attern {M}atching},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   474
	volume = {28},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   475
	year = {2006}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   476
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   477
@inproceedings{Asperti12,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   478
	author = {A.~Asperti},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   479
	booktitle = {Proc.~of the 3rd International Conference on Interactive Theorem Proving (ITP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   480
	pages = {283--298},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   481
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   482
	title = {{A} {C}ompact {P}roof of {D}ecidability for {R}egular {E}xpression {E}quivalence},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   483
	volume = {7406},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   484
	year = {2012}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   485
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   486
@inproceedings{Frisch2004,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   487
	author = {A.~Frisch and L.~Cardelli},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   488
	booktitle = {Proc.~of the 31st International Conference on Automata, Languages and Programming (ICALP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   489
	pages = {618--629},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   490
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   491
	title = {{G}reedy {R}egular {E}xpression {M}atching},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   492
	volume = {3142},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   493
	year = {2004}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   494
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   495
@article{Antimirov95,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   496
	author = {V.~Antimirov},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   497
	journal = {Theoretical Computer Science},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   498
	pages = {291--319},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   499
	title = {{P}artial {D}erivatives of {R}egular {E}xpressions and {F}inite {A}utomata {C}onstructions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   500
	volume = {155},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   501
	year = {1995}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   502
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   503
@inproceedings{Nipkow98,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   504
	author = {T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   505
	booktitle = {Proc.~of the 11th International Conference on Theorem Proving in Higher Order Logics (TPHOLs)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   506
	pages = {1--15},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   507
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   508
	title = {{V}erified {L}exical {A}nalysis},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   509
	volume = 1479,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   510
	year = 1998}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   511
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   512
@article{Brzozowski1964,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   513
	author = {J.~A.~Brzozowski},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   514
	journal = {Journal of the {ACM}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   515
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   516
	pages = {481--494},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   517
	title = {{D}erivatives of {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   518
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   519
	year = {1964}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   520
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   521
@article{Leroy2009,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   522
	author = {X.~Leroy},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   523
	journal = {Communications of the ACM},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   524
	number = 7,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   525
	pages = {107--115},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   526
	title = {{F}ormal {V}erification of a {R}ealistic {C}ompiler},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   527
	volume = 52,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   528
	year = 2009}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   529
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   530
@inproceedings{Paulson2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   531
	author = {L.~C.~Paulson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   532
	booktitle = {Proc.~of the 25th International Conference on Automated Deduction (CADE)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   533
	pages = {231--245},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   534
	series = {LNAI},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   535
	title = {{A} {F}ormalisation of {F}inite {A}utomata {U}sing {H}ereditarily {F}inite {S}ets},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   536
	volume = {9195},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   537
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   538
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   539
@article{Wu2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   540
	author = {C.~Wu and X.~Zhang and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   541
	journal = {Journal of Automatic Reasoning},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   542
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   543
	pages = {451--480},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   544
	title = {{A} {F}ormalisation of the {M}yhill-{N}erode {T}heorem based on {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   545
	volume = {52},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   546
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   547
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   548
@inproceedings{Regehr2011,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   549
	author = {X.~Yang and Y.~Chen and E.~Eide and J.~Regehr},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   550
	booktitle = {Proc.~of the 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   551
	pages = {283--294},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   552
	title = {{F}inding and {U}nderstanding {B}ugs in {C} {C}ompilers},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   553
	year = {2011}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   554
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   555
@article{Norrish2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   556
	author = {A.~Barthwal and M.~Norrish},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   557
	journal = {Journal of Computer and System Sciences},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   558
	number = {2},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   559
	pages = {346--362},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   560
	title = {{A} {M}echanisation of {S}ome {C}ontext-{F}ree {L}anguage {T}heory in {HOL4}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   561
	volume = {80},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   562
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   563
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   564
@article{Thompson1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   565
	author = {K.~Thompson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   566
	issue_date = {June 1968},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   567
	journal = {Communications of the ACM},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   568
	number = {6},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   569
	pages = {419--422},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   570
	title = {{P}rogramming {T}echniques: {R}egular {E}xpression {S}earch {A}lgorithm},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   571
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   572
	year = {1968}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   573
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   574
@article{Owens2009,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   575
	author = {S.~Owens and J.~H.~Reppy and A.~Turon},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   576
	journal = {Journal of Functinal Programming},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   577
	number = {2},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   578
	pages = {173--190},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   579
	title = {{R}egular-{E}xpression {D}erivatives {R}e-{E}xamined},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   580
	volume = {19},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   581
	year = {2009}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   582
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   583
@inproceedings{Sulzmann2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   584
	author = {M.~Sulzmann and P.~Thiemann},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   585
	booktitle = {Proc.~of the 9th International Conference on Language and Automata Theory and Applications (LATA)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   586
	pages = {275--286},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   587
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   588
	title = {{D}erivatives for {R}egular {S}huffle {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   589
	volume = {8977},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   590
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   591
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   592
@inproceedings{Chen2012,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   593
	author = {H.~Chen and S.~Yu},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   594
	booktitle = {Proc.~in the International Workshop on Theoretical Computer Science (WTCS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   595
	pages = {343--356},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   596
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   597
	title = {{D}erivatives of {R}egular {E}xpressions and an {A}pplication},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   598
	volume = {7160},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   599
	year = {2012}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   600
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   601
@article{Krauss2011,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   602
	author = {A.~Krauss and T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   603
	journal = {Journal of Automated Reasoning},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   604
	pages = {95--106},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   605
	title = {{P}roof {P}earl: {R}egular {E}xpression {E}quivalence and {R}elation {A}lgebra},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   606
	volume = 49,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   607
	year = 2012}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   608
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   609
@inproceedings{Traytel2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   610
	author = {D.~Traytel},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   611
	booktitle = {Proc.~of the 24th Annual Conference on Computer Science Logic (CSL)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   612
	pages = {487--503},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   613
	series = {LIPIcs},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   614
	title = {{A} {C}oalgebraic {D}ecision {P}rocedure for {WS1S}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   615
	volume = {41},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   616
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   617
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   618
@inproceedings{Traytel2013,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   619
	author = {D.~Traytel and T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   620
	booktitle = {Proc.~of the 18th ACM SIGPLAN International Conference on Functional Programming (ICFP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   621
	pages = {3-12},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   622
	title = {{A} {V}erified {D}ecision {P}rocedure for {MSO} on {W}ords {B}ased on {D}erivatives of {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   623
	year = 2013}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   624
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   625
@inproceedings{Coquand2012,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   626
	author = {T.~Coquand and V.~Siles},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   627
	booktitle = {Proc.~of the 1st International Conference on Certified Programs and Proofs (CPP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   628
	pages = {119--134},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   629
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   630
	title = {{A} {D}ecision {P}rocedure for {R}egular {E}xpression {E}quivalence in {T}ype {T}heory},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   631
	volume = {7086},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   632
	year = {2011}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   633
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   634
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   635
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   636
@inproceedings{Almeidaetal10,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   637
	author = {J.~B.~Almeida and N.~Moriera and D.~Pereira and S.~M.~de Sousa},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   638
	booktitle = {Proc.~of the 15th International Conference on Implementation and Application of Automata (CIAA)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   639
	pages = {59-68},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   640
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   641
	title = {{P}artial {D}erivative {A}utomata {F}ormalized in {C}oq},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   642
	volume = {6482},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   643
	year = {2010}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   644
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   645
@article{Owens2008,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   646
	author = {S.~Owens and K.~Slind},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   647
	journal = {Higher-Order and Symbolic Computation},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   648
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   649
	pages = {377--409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   650
	title = {{A}dapting {F}unctional {P}rograms to {H}igher {O}rder {L}ogic},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   651
	volume = {21},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   652
	year = {2008}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   653
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   654
@article{Owens2,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   655
	author = {S.~Owens and K.~Slind},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   656
	bibsource = {dblp computer science bibliography, http://dblp.org},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   657
	biburl = {http://dblp.uni-trier.de/rec/bib/journals/lisp/OwensS08},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   658
	doi = {10.1007/s10990-008-9038-0},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   659
	journal = {Higher-Order and Symbolic Computation},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   660
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   661
	pages = {377--409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   662
	timestamp = {Wed, 16 Dec 2009 13:51:02 +0100},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   663
	title = {Adapting functional programs to higher order logic},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   664
	url = {http://dx.doi.org/10.1007/s10990-008-9038-0},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   665
	volume = {21},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   666
	year = {2008},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   667
	bdsk-url-1 = {http://dx.doi.org/10.1007/s10990-008-9038-0}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   668
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   669
@misc{PCRE,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   670
	title = {{PCRE - Perl Compatible Regular Expressions}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   671
	url = {http://www.pcre.org},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   672
	bdsk-url-1 = {http://www.pcre.org}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   673
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   674
%@inproceedings{OkuiSuzuki2010,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   675
%	author = {S.~Okui and T.~Suzuki},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   676
%	booktitle = {Proc.~of the 15th International Conference on Implementation and Application of Automata (CIAA)},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   677
%	pages = {231--240},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   678
%	series = {LNCS},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   679
%	title = {{D}isambiguation in {R}egular {E}xpression {M}atching via {P}osition {A}utomata with {A}ugmented {T}ransitions},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   680
%	volume = {6482},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   681
%	year = {2010}}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   682
%
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   683
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   684
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   685
%@techreport{OkuiSuzukiTech,
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   686
%	author = {S.~Okui and T.~Suzuki},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   687
%	institution = {University of Aizu},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   688
%	title = {{D}isambiguation in {R}egular {E}xpression {M}atching via {P}osition {A}utomata with {A}ugmented {T}ransitions},
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   689
%	year = {2013}}
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   690
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   691
@inproceedings{Davis18,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   692
	author = {J.~C.~Davis and C.~.A.~Coghlan and F.~Servant and D.~Lee},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   693
	booktitle = {Proc.~of the 26th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   694
	numpages = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   695
	pages = {246--256},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   696
	title = {{T}he {I}mpact of {R}egular {E}xpression {D}enial of {S}ervice ({ReDoS}) in {P}ractice: {A}n {E}mpirical {S}tudy at the {E}cosystem {S}cale},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   697
	year = {2018}}