ChengsongTanPhdThesis/example.bib
author Chengsong
Mon, 21 Nov 2022 23:56:15 +0000
changeset 626 1c8525061545
parent 625 b797c9a709d9
child 627 94db2636a296
permissions -rwxr-xr-x
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
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
     4
%% Created for CS TAN at 2022-11-20 17:26:32 +0000 
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) 
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
     8
@inproceedings{Doczkal2013,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
     9
author = {Doczkal, Christian and Kaiser, Jan-Oliver and Smolka, Gert},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    10
title = {A Constructive Theory of Regular Languages in Coq},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    11
year = {2013},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    12
isbn = {9783319035444},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    13
publisher = {Springer-Verlag},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    14
address = {Berlin, Heidelberg},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    15
url = {https://doi.org/10.1007/978-3-319-03545-1_6},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    16
doi = {10.1007/978-3-319-03545-1_6},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    17
abstract = {We present a formal constructive theory of regular languages consisting of about 1400 lines of Coq/Ssreflect. As representations we consider regular expressions, deterministic and nondeterministic automata, and Myhill and Nerode partitions. We construct computable functions translating between these representations and show that equivalence of representations is decidable. We also establish the usual closure properties, give a minimization algorithm for DFAs, and prove that minimal DFAs are unique up to state renaming. Our development profits much from Ssreflect's support for finite types and graphs.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    18
booktitle = {Proceedings of the Third International Conference on Certified Programs and Proofs - Volume 8307},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    19
pages = {82–97},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    20
numpages = {16},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    21
keywords = {finite automata, regular expressions, Myhill-Nerode, Ssreflect, Coq, regular languages}
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    22
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    23
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    24
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    25
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    26
@article{Krauss2012,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    27
	author={Alexander Krauss and Tobias Nipkow},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    28
title={Proof Pearl: Regular Expression Equivalence and Relation Algebra},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    29
journal={J. Automated Reasoning},volume=49,pages={95--106},year=2012,note={published online March 2011}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    30
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    31
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    32
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    33
@article{kleene1956,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    34
  title={Representation of events in nerve nets and finite automata},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    35
  author={S.C.~Kleene and others},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    36
  journal={Automata studies},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    37
  volume={34},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    38
  pages={3--41},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    39
  year={1956},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    40
  publisher={Princeton, NJ}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    41
}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    42
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    43
@inproceedings{Sailesh2006,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    44
author = {K.~Sailesh and D.~Sarang and Y.~Fang and C.~Patrick and T.~Jonathan},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    45
title = {Algorithms to Accelerate Multiple Regular Expressions Matching for Deep Packet Inspection},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    46
year = {2006},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    47
isbn = {1595933085},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    48
publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    49
address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    50
url = {https://doi.org/10.1145/1159913.1159952},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    51
doi = {10.1145/1159913.1159952},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    52
abstract = {There is a growing demand for network devices capable of examining the content of data packets in order to improve network security and provide application-specific services. Most high performance systems that perform deep packet inspection implement simple string matching algorithms to match packets against a large, but finite set of strings. owever, there is growing interest in the use of regular expression-based pattern matching, since regular expressions offer superior expressive power and flexibility. Deterministic finite automata (DFA) representations are typically used to implement regular expressions. However, DFA representations of regular expression sets arising in network applications require large amounts of memory, limiting their practical application.In this paper, we introduce a new representation for regular expressions, called the Delayed Input DFA (D2FA), which substantially reduces space equirements as compared to a DFA. A D2FA is constructed by transforming a DFA via incrementally replacing several transitions of the automaton with a single default transition. Our approach dramatically reduces the number of distinct transitions between states. For a collection of regular expressions drawn from current commercial and academic systems, a D2FA representation reduces transitions by more than 95%. Given the substantially reduced space equirements, we describe an efficient architecture that can perform deep packet inspection at multi-gigabit rates. Our architecture uses multiple on-chip memories in such a way that each remains uniformly occupied and accessed over a short duration, thus effectively distributing the load and enabling high throughput. Our architecture can provide ostffective packet content scanning at OC-192 rates with memory requirements that are consistent with current ASIC technology.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    53
booktitle = {Proceedings of the 2006 Conference on Applications, Technologies, Architectures, and Protocols for Computer Communications},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    54
pages = {339–350},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    55
numpages = {12},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    56
keywords = {deep packet inspection, regular expressions, DFA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    57
location = {Pisa, Italy},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    58
series = {SIGCOMM '06}
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    59
}
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    60
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    61
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    62
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    63
@article{Murugesan2014,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    64
	author = {N.~Murugesan and O.~V.~Shanmuga Sundaram},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    65
	journal = {International Journal of Computer Trends and Technology},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    66
	number = {1},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    67
	pages = {29--33},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    68
	title = {{S}ome {P}roperties of {B}rzozowski {D}erivatives of {R}egular {E}xpressions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    69
	url = {http://arxiv.org/abs/1407.5902},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    70
	volume = {13},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    71
	year = {2014},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    72
	bdsk-url-1 = {http://arxiv.org/abs/1407.5902}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    73
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    74
@phdthesis{Ausaf,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    75
	author = {F.~Ausaf},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    76
	school = {King's College London},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    77
	title = {{V}erified {L}exing and {P}arsing},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    78
	year = {2018}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    79
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    80
@inproceedings{Okui10,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    81
	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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    82
	address = {Berlin, Heidelberg},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    83
	author = {S.~Okui and T.~Suzuki},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    84
	booktitle = {Implementation and Application of Automata},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    85
	editor = {Domaratzki, Michael and Salomaa, Kai},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    86
	isbn = {978-3-642-18098-9},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    87
	pages = {231--240},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    88
	publisher = {Springer Berlin Heidelberg},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    89
	title = {Disambiguation in Regular Expression Matching via Position Automata with Augmented Transitions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    90
	year = {2011}}
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
    91
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    92
@article{Berglund14,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    93
	author = {M.~Berglund, F.~Drewes and B.~Van Der Merwe},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    94
	doi = {10.4204/EPTCS.151.7},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    95
	journal = {Electronic Proceedings in Theoretical Computer Science},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    96
	month = {05},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    97
	title = {Analyzing Catastrophic Backtracking Behavior in Practical Regular Expression Matching},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    98
	volume = {151},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
    99
	year = {2014},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   100
	bdsk-url-1 = {https://doi.org/10.4204/EPTCS.151.7}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   101
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   102
@inproceedings{Berglund18,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   103
	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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   104
	address = {Cham},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   105
	author = {M.~Berglund and Bester, Willem and van der Merwe, Brink},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   106
	booktitle = {Theoretical Aspects of Computing -- ICTAC 2018},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   107
	editor = {Fischer, Bernd and Uustalu, Tarmo},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   108
	isbn = {978-3-030-02508-3},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   109
	pages = {99--115},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   110
	publisher = {Springer International Publishing},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   111
	title = {Formalising Boost POSIX Regular Expression Matching},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   112
	year = {2018}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   113
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   114
@inproceedings{Chen12,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   115
	author = {Chen, Haiming and Yu, Sheng},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   116
	doi = {10.1007/978-3-642-27654-5_27},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   117
	month = {01},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   118
	pages = {343-356},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   119
	title = {Derivatives of Regular Expressions and an Application},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   120
	volume = {7160},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   121
	year = {2012},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   122
	bdsk-url-1 = {https://doi.org/10.1007/978-3-642-27654-5_27}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   123
609
61139fdddae0 chap1 totally done
Chengsong
parents: 608
diff changeset
   124
@article{Takayuki2019,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   125
	author = {Takayuki Miyazaki and Yasuhiko Minamide},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   126
	doi = {10.2197/ipsjjip.27.422},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   127
	journal = {Journal of Information Processing},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   128
	pages = {422-430},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   129
	title = {Derivatives of Regular Expressions with Lookahead},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   130
	volume = {27},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   131
	year = {2019},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   132
	bdsk-url-1 = {https://doi.org/10.2197/ipsjjip.27.422}}
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   133
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   134
@article{FERNAU2015287,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   135
	abstract = {A pattern α, i.e., a string that contains variables and terminals, matches a terminal word w if w can be obtained by uniformly substituting the variables of α by terminal words. Deciding whether a given terminal word matches a given pattern is NP-complete and this holds for several natural variants of the problem that result from whether or not variables can be erased, whether or not the patterns are required to be terminal-free or whether or not the mapping of variables to terminal words must be injective. We consider numerous parameters of this problem (i.e., number of variables, length of w, length of the words substituted for variables, number of occurrences per variable, cardinality of the terminal alphabet) and for all possible combinations of the parameters (and variants described above), we answer the question whether or not the problem is still NP-complete if these parameters are bounded by constants.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   136
	author = {H.~Fernau and M.L.~Schmid},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   137
	doi = {https://doi.org/10.1016/j.ic.2015.03.006},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   138
	issn = {0890-5401},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   139
	journal = {Information and Computation},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   140
	keywords = {Parameterised pattern matching, Function matching, NP-completeness, Membership problem for pattern languages, Morphisms},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   141
	pages = {287-305},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   142
	title = {Pattern matching with variables: A multivariate complexity analysis},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   143
	url = {https://www.sciencedirect.com/science/article/pii/S0890540115000218},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   144
	volume = {242},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   145
	year = {2015},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   146
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0890540115000218},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   147
	bdsk-url-2 = {https://doi.org/10.1016/j.ic.2015.03.006}}
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   148
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   149
@inproceedings{Schmid2012,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   150
	abstract = {We study different possibilities of combining the concept of homomorphic replacement with regular expressions in order to investigate the class of languages given by extended regular expressions with backreferences (REGEX). It is shown in which regard existing and natural ways to do this fail to reach the expressive power of REGEX. Furthermore, the complexity of the membership problem for REGEX with a bounded number of backreferences is considered.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   151
	address = {Berlin, Heidelberg},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   152
	author = {M.L.~Schmid},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   153
	booktitle = {Proceedings of the 16th International Conference on Developments in Language Theory},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   154
	doi = {10.1007/978-3-642-31653-1_8},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   155
	isbn = {9783642316524},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   156
	keywords = {extended regular expressions, pattern languages, REGEX, pattern expressions, homomorphic replacement},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   157
	location = {Taipei, Taiwan},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   158
	numpages = {12},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   159
	pages = {73--84},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   160
	publisher = {Springer-Verlag},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   161
	series = {DLT'12},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   162
	title = {Inside the Class of REGEX Languages},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   163
	url = {https://doi.org/10.1007/978-3-642-31653-1_8},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   164
	year = {2012},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   165
	bdsk-url-1 = {https://doi.org/10.1007/978-3-642-31653-1_8}}
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   166
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   167
@article{BERGLUND2022,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   168
	abstract = {Most modern regular expression matching libraries (one of the rare exceptions being Google's RE2) allow backreferences, operations which bind a substring to a variable, allowing it to be matched again verbatim. However, both real-world implementations and definitions in the literature use different syntactic restrictions and have differences in the semantics of the matching of backreferences. Our aim is to compare these various flavors by considering the classes of formal languages that each can describe, establishing, as a result, a hierarchy of language classes. Beyond the hierarchy itself, some complexity results are given, and as part of the effort on comparing language classes new pumping lemmas are established, old classes are extended to new ones, and several incidental results on the nature of these language classes are given.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   169
	author = {Martin Berglund and Brink {van der Merwe}},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   170
	doi = {https://doi.org/10.1016/j.tcs.2022.10.041},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   171
	issn = {0304-3975},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   172
	journal = {Theoretical Computer Science},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   173
	keywords = {Regular expressions, Backreferences},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   174
	title = {Re-examining regular expressions with backreferences},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   175
	url = {https://www.sciencedirect.com/science/article/pii/S0304397522006570},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   176
	year = {2022},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   177
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0304397522006570},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   178
	bdsk-url-2 = {https://doi.org/10.1016/j.tcs.2022.10.041}}
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   179
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   180
@article{FREYDENBERGER20191,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   181
	abstract = {Most modern libraries for regular expression matching allow back-references (i.e., repetition operators) that substantially increase expressive power, but also lead to intractability. In order to find a better balance between expressiveness and tractability, we combine these with the notion of determinism for regular expressions used in XML DTDs and XML Schema. This includes the definition of a suitable automaton model, and a generalization of the Glushkov construction. We demonstrate that, compared to their non-deterministic superclass, these deterministic regular expressions with back-references have desirable algorithmic properties (i.e., efficiently solvable membership problem and some decidable problems in static analysis), while, at the same time, their expressive power exceeds that of deterministic regular expressions without back-references.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   182
	author = {Dominik D. Freydenberger and Markus L. Schmid},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   183
	doi = {https://doi.org/10.1016/j.jcss.2019.04.001},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   184
	issn = {0022-0000},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   185
	journal = {Journal of Computer and System Sciences},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   186
	keywords = {Deterministic regular expression, Regex, Glushkov automaton},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   187
	pages = {1-39},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   188
	title = {Deterministic regular expressions with back-references},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   189
	url = {https://www.sciencedirect.com/science/article/pii/S0022000018301818},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   190
	volume = {105},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   191
	year = {2019},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   192
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0022000018301818},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   193
	bdsk-url-2 = {https://doi.org/10.1016/j.jcss.2019.04.001}}
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   194
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   195
@inproceedings{Frey2013,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   196
	address = {Dagstuhl, Germany},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   197
	annote = {Keywords: extended regular expressions, regex, decidability, non-recursive tradeoffs},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   198
	author = {Dominik D. Freydenberger},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   199
	booktitle = {28th International Symposium on Theoretical Aspects of Computer Science (STACS 2011)},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   200
	doi = {10.4230/LIPIcs.STACS.2011.507},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   201
	editor = {Thomas Schwentick and Christoph D{\"u}rr},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   202
	isbn = {978-3-939897-25-5},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   203
	issn = {1868-8969},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   204
	pages = {507--518},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   205
	publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   206
	series = {Leibniz International Proceedings in Informatics (LIPIcs)},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   207
	title = {{Extended Regular Expressions: Succinctness and Decidability}},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   208
	url = {http://drops.dagstuhl.de/opus/volltexte/2011/3039},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   209
	urn = {urn:nbn:de:0030-drops-30396},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   210
	volume = {9},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   211
	year = {2011},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   212
	bdsk-url-1 = {http://drops.dagstuhl.de/opus/volltexte/2011/3039},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   213
	bdsk-url-2 = {https://doi.org/10.4230/LIPIcs.STACS.2011.507}}
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   214
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   215
@article{campeanu2003formal,
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   216
	author = {C.~C{\^a}mpeanu and K.~Salomaa and S.~Yu},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   217
	journal = {International Journal of Foundations of Computer Science},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   218
	number = {06},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   219
	pages = {1007--1018},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   220
	publisher = {World Scientific},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   221
	title = {A formal study of practical regular expressions},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   222
	volume = {14},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   223
	year = {2003}}
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   224
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   225
@article{campeanu2009patterns,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   226
	author = {C.~C{\^a}mpeanu and N.~Santean},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   227
	doi = {10.1007/s00236-009-0090-y},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   228
	journal = {Acta Inf.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   229
	month = {05},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   230
	pages = {193-207},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   231
	title = {On the closure of pattern expressions languages under intersection with regular languages},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   232
	volume = {46},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   233
	year = {2009},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   234
	bdsk-url-1 = {https://doi.org/10.1007/s00236-009-0090-y}}
624
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   235
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   236
@article{CAMPEANU2009Intersect,
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   237
	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.},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   238
	author = {Cezar C{\^a}mpeanu and Nicolae Santean},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   239
	doi = {https://doi.org/10.1016/j.tcs.2009.02.022},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   240
	issn = {0304-3975},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   241
	journal = {Theoretical Computer Science},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   242
	keywords = {Extended regular expression, Regex automata system, Regex},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   243
	note = {Formal Languages and Applications: A Collection of Papers in Honor of Sheng Yu},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   244
	number = {24},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   245
	pages = {2336-2344},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   246
	title = {On the intersection of regex languages with regular languages},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   247
	url = {https://www.sciencedirect.com/science/article/pii/S0304397509001789},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   248
	volume = {410},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   249
	year = {2009},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   250
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/S0304397509001789},
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   251
	bdsk-url-2 = {https://doi.org/10.1016/j.tcs.2009.02.022}}
8ffa28fce271 all comments incorporated!!+related work
Chengsong
parents: 622
diff changeset
   252
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   253
@incollection{Aho1990,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   254
	abstract = {Publisher Summary
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   255
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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   256
	address = {Amsterdam},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   257
	author = {A.V.~Aho},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   258
	booktitle = {Algorithms and Complexity},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   259
	doi = {https://doi.org/10.1016/B978-0-444-88071-0.50010-2},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   260
	editor = {JAN {VAN LEEUWEN}},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   261
	isbn = {978-0-444-88071-0},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   262
	pages = {255-300},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   263
	publisher = {Elsevier},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   264
	series = {Handbook of Theoretical Computer Science},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   265
	title = {CHAPTER 5 - Algorithms for Finding Patterns in Strings},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   266
	url = {https://www.sciencedirect.com/science/article/pii/B9780444880710500102},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   267
	year = {1990},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   268
	bdsk-url-1 = {https://www.sciencedirect.com/science/article/pii/B9780444880710500102},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   269
	bdsk-url-2 = {https://doi.org/10.1016/B978-0-444-88071-0.50010-2}}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   270
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   271
@inproceedings{Might2011,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   272
	abstract = {We present a functional approach to parsing unrestricted context-free grammars based on Brzozowski's derivative of regular expressions. If we consider context-free grammars as recursive regular expressions, Brzozowski's equational theory extends without modification to context-free grammars (and it generalizes to parser combinators). The supporting actors in this story are three concepts familiar to functional programmers - laziness, memoization and fixed points; these allow Brzozowski's original equations to be transliterated into purely functional code in about 30 lines spread over three functions.Yet, this almost impossibly brief implementation has a drawback: its performance is sour - in both theory and practice. The culprit? Each derivative can double the size of a grammar, and with it, the cost of the next derivative.Fortunately, much of the new structure inflicted by the derivative is either dead on arrival, or it dies after the very next derivative. To eliminate it, we once again exploit laziness and memoization to transliterate an equational theory that prunes such debris into working code. Thanks to this compaction, parsing times become reasonable in practice.We equip the functional programmer with two equational theories that, when combined, make for an abbreviated understanding and implementation of a system for parsing context-free languages.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   273
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   274
	author = {M.~Might and D.~Darais and D.~Spiewak},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   275
	booktitle = {Proceedings of the 16th ACM SIGPLAN International Conference on Functional Programming},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   276
	doi = {10.1145/2034773.2034801},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   277
	isbn = {9781450308656},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   278
	keywords = {derivative, parsing, context-free grammar, parser combinator, formal languages, regular expressions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   279
	location = {Tokyo, Japan},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   280
	numpages = {7},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   281
	pages = {189--195},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   282
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   283
	series = {ICFP '11},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   284
	title = {Parsing with Derivatives: A Functional Pearl},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   285
	url = {https://doi.org/10.1145/2034773.2034801},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   286
	year = {2011},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   287
	bdsk-url-1 = {https://doi.org/10.1145/2034773.2034801}}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   288
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   289
@article{10.1145/2034574.2034801,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   290
	abstract = {We present a functional approach to parsing unrestricted context-free grammars based on Brzozowski's derivative of regular expressions. If we consider context-free grammars as recursive regular expressions, Brzozowski's equational theory extends without modification to context-free grammars (and it generalizes to parser combinators). The supporting actors in this story are three concepts familiar to functional programmers - laziness, memoization and fixed points; these allow Brzozowski's original equations to be transliterated into purely functional code in about 30 lines spread over three functions.Yet, this almost impossibly brief implementation has a drawback: its performance is sour - in both theory and practice. The culprit? Each derivative can double the size of a grammar, and with it, the cost of the next derivative.Fortunately, much of the new structure inflicted by the derivative is either dead on arrival, or it dies after the very next derivative. To eliminate it, we once again exploit laziness and memoization to transliterate an equational theory that prunes such debris into working code. Thanks to this compaction, parsing times become reasonable in practice.We equip the functional programmer with two equational theories that, when combined, make for an abbreviated understanding and implementation of a system for parsing context-free languages.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   291
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   292
	author = {Might, Matthew and Darais, David and Spiewak, Daniel},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   293
	doi = {10.1145/2034574.2034801},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   294
	issn = {0362-1340},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   295
	issue_date = {September 2011},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   296
	journal = {SIGPLAN Not.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   297
	keywords = {formal languages, derivative, context-free grammar, regular expressions, parsing, parser combinator},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   298
	month = {sep},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   299
	number = {9},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   300
	numpages = {7},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   301
	pages = {189--195},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   302
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   303
	title = {Parsing with Derivatives: A Functional Pearl},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   304
	url = {https://doi.org/10.1145/2034574.2034801},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   305
	volume = {46},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   306
	year = {2011},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   307
	bdsk-url-1 = {https://doi.org/10.1145/2034574.2034801}}
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   308
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   309
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   310
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   311
@inproceedings{Adams2016,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   312
  title={On the complexity and performance of parsing with derivatives},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   313
  author={Adams, Michael D and Hollenbeck, Celeste and Might, Matthew},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   314
  booktitle={Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   315
  pages={224--236},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   316
  year={2016}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   317
}
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   318
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   319
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   320
@article{Darragh2020,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   321
	abstract = {Parsing with Derivatives (PwD) is an elegant approach to parsing context-free grammars (CFGs). It takes the equational theory behind Brzozowski's derivative for regular expressions and augments that theory with laziness, memoization, and fixed points. The result is a simple parser for arbitrary CFGs. Although recent work improved the performance of PwD, it remains inefficient due to the algorithm repeatedly traversing some parts of the grammar. In this functional pearl, we show how to avoid this inefficiency by suspending the state of the traversal in a zipper. When subsequent derivatives are taken, we can resume the traversal from where we left off without retraversing already traversed parts of the grammar. However, the original zipper is designed for use with trees, and we want to parse CFGs. CFGs can include shared regions, cycles, and choices between alternates, which makes them incompatible with the traditional tree model for zippers. This paper develops a generalization of zippers to properly handle these additional features. Just as PwD generalized Brzozowski's derivatives from regular expressions to CFGs, we generalize Huet's zippers from trees to CFGs. Abstract The resulting parsing algorithm is concise and efficient: it takes only 31 lines of OCaml code to implement the derivative function but performs 6,500 times faster than the original PwD and 3.24 times faster than the optimized implementation of PwD.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   322
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   323
	articleno = {108},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   324
	author = {Darragh, Pierce and Adams, Michael D.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   325
	doi = {10.1145/3408990},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   326
	issue_date = {August 2020},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   327
	journal = {Proc. ACM Program. Lang.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   328
	keywords = {Derivatives, Zippers, Parsing with Derivatives, Parsing},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   329
	month = {aug},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   330
	number = {ICFP},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   331
	numpages = {28},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   332
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   333
	title = {Parsing with Zippers (Functional Pearl)},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   334
	url = {https://doi.org/10.1145/3408990},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   335
	volume = {4},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   336
	year = {2020},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   337
	bdsk-url-1 = {https://doi.org/10.1145/3408990}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   338
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   339
@article{Edelmann2021,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   340
	abstract = {Parsing is the process that enables a computer system to  make sense of raw data. Parsing is common to almost all  computer systems: It is involved every time sequential data  is read and elaborated into structured data. The theory of  parsing usually focuses on the binary recognition aspect of  parsing and eschews this essential data-elaboration aspect.  In this thesis, I present a declarative framework for  value-aware parsing that explicitly integrates data  elaboration.
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   341
Within the framework of the thesis, I present  parsing algorithms that are based on the concept of  Brzozowski's derivatives. Derivative-based parsing  algorithms present several advantages: they are elegant,  amenable to formal reasoning, and easy to implement.  Unfortunately, the performance of these algorithms in  practice is often not competitive with other approaches. In  this thesis, I show a general technique inspired by Huet's  Zipper to greatly enhance the performance of  derivative-based algorithms, and I do so without  compromising their elegance, amenability to formal  reasoning, or ease of implementation.
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   342
First, I present a  technique for building efficient tokenisers that is based  on Brzozowski's derivatives and Huet's zipper and that does  not require the usual burdensome explicit conversion to  automata. I prove the technique is correct in Coq and  present SILEX, a Scala lexing library based on the  technique. I demonstrate that the approach is competitive  with state-of-the-art solutions.
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   343
Then, I present a  characterisation of LL(1) languages based on the concept of  should-not-follow sets. I present an algorithm for parsing  LL(1) languages with derivatives and zippers. I show a  formal proof of the algorithm's correctness and prove its  worst-case linear-time complexity. I show how the LL(1)  parsing with derivatives and zippers algorithm corresponds  to the traditional LL(1) parsing algorithm.
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   344
I then present  SCALL1ON, a Scala parsing combinators library for LL(1)  languages that incorporates the LL(1) parsing with  derivatives and zippers algorithm. I present an expressive  and familiar combinator-based interface for describing  LL(1) languages. I present techniques that help precisely  locate LL(1) conflicts in user code. I discuss several  advantages of the parsing with derivatives approach within  the context of a parsing library. I also present SCALL1ON's  enumeration and pretty-printing features and discuss their  implementation. Through a series of benchmarks, I  demonstrate the good performance and practicality of the  approach. Finally, I present how to adapt the LL(1) parsing  with derivatives and zippers algorithm to support arbitrary  context-free languages. I show how the adapted algorithm  corresponds to general parsing algorithms, such as Earley's  parsing algorithm.},
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   345
	address = {Lausanne},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   346
	author = {Edelmann, Romain},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   347
	doi = {10.5075/epfl-thesis-7357},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   348
	institution = {IINFCOM},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   349
	pages = {246},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   350
	publisher = {EPFL},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   351
	title = {Efficient Parsing with Derivatives and Zippers},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   352
	url = {http://infoscience.epfl.ch/record/287059},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   353
	year = {2021},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   354
	bdsk-url-1 = {http://infoscience.epfl.ch/record/287059},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   355
	bdsk-url-2 = {https://doi.org/10.5075/epfl-thesis-7357}}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   356
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   357
@inproceedings{Zippy2020,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   358
	abstract = {In this paper, we present an efficient, functional, and formally verified parsing algorithm for LL(1) context-free expressions based on the concept of derivatives of formal languages. Parsing with derivatives is an elegant parsing technique, which, in the general case, suffers from cubic worst-case time complexity and slow performance in practice. We specialise the parsing with derivatives algorithm to LL(1) context-free expressions, where alternatives can be chosen given a single token of lookahead. We formalise the notion of LL(1) expressions and show how to efficiently check the LL(1) property. Next, we present a novel linear-time parsing with derivatives algorithm for LL(1) expressions operating on a zipper-inspired data structure. We prove the algorithm correct in Coq and present an implementation as a part of Scallion, a parser combinators framework in Scala with enumeration and pretty printing capabilities.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   359
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   360
	author = {Edelmann, Romain and Hamza, Jad and Kun\v{c}ak, Viktor},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   361
	booktitle = {Proceedings of the 41st ACM SIGPLAN Conference on Programming Language Design and Implementation},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   362
	doi = {10.1145/3385412.3385992},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   363
	isbn = {9781450376136},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   364
	keywords = {Parsing, Zipper, Formal proof, LL(1), Derivatives},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   365
	location = {London, UK},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   366
	numpages = {16},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   367
	pages = {1036--1051},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   368
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   369
	series = {PLDI 2020},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   370
	title = {Zippy LL(1) Parsing with Derivatives},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   371
	url = {https://doi.org/10.1145/3385412.3385992},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   372
	year = {2020},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   373
	bdsk-url-1 = {https://doi.org/10.1145/3385412.3385992}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   374
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   375
@article{fowler2003,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   376
	author = {Fowler, Glenn},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   377
	journal = {URL: https://web. archive. org/web/20050408073627/http://www. research. att. com/\~{} gsf/testregex/re-interpretation. html},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   378
	title = {An interpretation of the POSIX regex standard},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   379
	year = {2003}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   380
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   381
@inproceedings{Snort1999,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   382
	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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   383
	address = {USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   384
	author = {M.~Roesch},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   385
	booktitle = {Proceedings of the 13th USENIX Conference on System Administration},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   386
	location = {Seattle, Washington},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   387
	numpages = {10},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   388
	pages = {229--238},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   389
	publisher = {USENIX Association},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   390
	series = {LISA '99},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   391
	title = {Snort - Lightweight Intrusion Detection for Networks},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   392
	year = {1999}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   393
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   394
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   395
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   396
@inproceedings{Bro,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   397
author = {V.~Paxson},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   398
title = {Bro: A System for Detecting Network Intruders in Real-Time},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   399
year = {1998},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   400
publisher = {USENIX Association},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   401
address = {USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   402
abstract = {We describe Bro, a stand-alone system for detecting network intruders in real-time by passively monitoring a network link over which the intruder's traffic transits. We give an overview of the system's design, which emphasizes high-speed (FDDI-rate) monitoring, real-time notification, clear separation between mechanism and policy, and extensibility. To achieve these ends, Bro is divided into an "event engine" that reduces a kernel-filtered network traffic stream into a series of higher-level events, and a "policy script interpreter" that interprets event handlers written in a specialized language used to express a site's security policy. Event handlers can update state information, synthesize new events, record information to disk, and generate real-time notifications via syslog. We also discuss a number of attacks that attempt to subvert passive monitoring systems and defenses against these, and give particulars of how Bro analyzes the four applications integrated into it so far: Finger, FTP, Portmapper and Telnet. The system is publicly available in source code form.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   403
booktitle = {Proceedings of the 7th Conference on USENIX Security Symposium - Volume 7},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   404
pages = {3},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   405
numpages = {1},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   406
location = {San Antonio, Texas},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   407
series = {SSYM'98}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   408
}
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   409
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   410
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   411
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   412
@inproceedings{Becchi08,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   413
	author = {Becchi, Michela and Crowley, Patrick},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   414
	doi = {10.1145/1544012.1544037},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   415
	month = {01},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   416
	pages = {25},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   417
	title = {Extending finite automata to efficiently match Perl-compatible regular expressions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   418
	year = {2008},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   419
	bdsk-url-1 = {https://doi.org/10.1145/1544012.1544037}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   420
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   421
@book{Sakarovitch2009,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   422
	author = {Sakarovitch, Jacques},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   423
	doi = {10.1017/CBO9781139195218},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   424
	editor = {Thomas, ReubenTranslator},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   425
	place = {Cambridge},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   426
	publisher = {Cambridge University Press},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   427
	title = {Elements of Automata Theory},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   428
	year = {2009},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   429
	bdsk-url-1 = {https://doi.org/10.1017/CBO9781139195218}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   430
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   431
@unpublished{CSL2022,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   432
	author = {Chengsong Tan and Christian Urban},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   433
	note = {submitted},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   434
	title = {POSIX Lexing with Bitcoded Derivatives}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   435
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   436
@inproceedings{Verbatim,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   437
	author = {Egolf, Derek and Lasser, Sam and Fisher, Kathleen},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   438
	booktitle = {2021 IEEE Security and Privacy Workshops (SPW)},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   439
	doi = {10.1109/SPW53761.2021.00022},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   440
	pages = {92-100},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   441
	title = {Verbatim: A Verified Lexer Generator},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   442
	year = {2021},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   443
	bdsk-url-1 = {https://doi.org/10.1109/SPW53761.2021.00022}}
625
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   444
b797c9a709d9 section reorganising, related work
Chengsong
parents: 624
diff changeset
   445
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   446
@inproceedings{Nipkow1998,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   447
  author    = {Tobias Nipkow},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   448
  editor    = {Jim Grundy and
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   449
               Malcolm C. Newey},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   450
  title     = {Verified Lexical Analysis},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   451
  booktitle = {Theorem Proving in Higher Order Logics, 11th International Conference,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   452
               TPHOLs'98, Canberra, Australia, September 27 - October 1, 1998, Proceedings},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   453
  series    = {Lecture Notes in Computer Science},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   454
  volume    = {1479},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   455
  pages     = {1--15},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   456
  publisher = {Springer},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   457
  year      = {1998},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   458
  url       = {https://doi.org/10.1007/BFb0055126},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   459
  doi       = {10.1007/BFb0055126},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   460
  timestamp = {Tue, 14 May 2019 10:00:48 +0200},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   461
  biburl    = {https://dblp.org/rec/conf/tphol/Nipkow98.bib},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   462
  bibsource = {dblp computer science bibliography, https://dblp.org}
607
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   463
}
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   464
e6fc9b72c0e3 chap1 almost done
Chengsong
parents: 606
diff changeset
   465
601
Chengsong
parents: 518
diff changeset
   466
@inproceedings{Verbatimpp,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   467
	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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   468
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   469
	author = {Egolf, Derek and Lasser, Sam and Fisher, Kathleen},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   470
	booktitle = {Proceedings of the 11th ACM SIGPLAN International Conference on Certified Programs and Proofs},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   471
	doi = {10.1145/3497775.3503694},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   472
	isbn = {9781450391825},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   473
	keywords = {Brzozowski derivatives, formal verification, lexical analysis, semantic actions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   474
	location = {Philadelphia, PA, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   475
	numpages = {13},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   476
	pages = {27--39},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   477
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   478
	series = {CPP 2022},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   479
	title = {Verbatim++: Verified, Optimized, and Semantically Rich Lexing with Derivatives},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   480
	url = {https://doi.org/10.1145/3497775.3503694},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   481
	year = {2022},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   482
	bdsk-url-1 = {https://doi.org/10.1145/3497775.3503694}}
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   483
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   484
@article{Turo_ov__2020,
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   485
	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
   486
	date-added = {2022-05-23 18:43:04 +0100},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   487
	date-modified = {2022-05-23 18:43:04 +0100},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   488
	doi = {10.1145/3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   489
	journal = {Proceedings of the {ACM} on Programming Languages},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   490
	month = {nov},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   491
	number = {{OOPSLA}},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   492
	pages = {1--30},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   493
	publisher = {Association for Computing Machinery ({ACM})},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   494
	title = {Regex matching with counting-set automata},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   495
	url = {https://doi.org/10.1145%2F3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   496
	volume = {4},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   497
	year = 2020,
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   498
	bdsk-url-1 = {https://doi.org/10.1145%2F3428286},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   499
	bdsk-url-2 = {https://doi.org/10.1145/3428286}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   500
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   501
@article{Rathnayake2014StaticAF,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   502
	author = {Asiri Rathnayake and Hayo Thielecke},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   503
	journal = {ArXiv},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   504
	title = {Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   505
	volume = {abs/1405.7058},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   506
	year = {2014}}
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   507
472
Chengsong
parents: 471
diff changeset
   508
@inproceedings{Weideman2017Static,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   509
	author = {Nicolaas Weideman},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   510
	title = {Static analysis of regular expressions},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   511
	year = {2017}}
472
Chengsong
parents: 471
diff changeset
   512
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   513
@inproceedings{RibeiroAgda2017,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   514
	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
   515
	address = {New York, NY, USA},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   516
	articleno = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   517
	author = {Ribeiro, Rodrigo and Bois, Andr\'{e} Du},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   518
	booktitle = {Proceedings of the 21st Brazilian Symposium on Programming Languages},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   519
	date-modified = {2022-03-16 16:38:47 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   520
	doi = {10.1145/3125374.3125381},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   521
	isbn = {9781450353892},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   522
	keywords = {Certified algorithms, regular expressions, dependent types, bit-codes},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   523
	location = {Fortaleza, CE, Brazil},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   524
	numpages = {8},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   525
	publisher = {Association for Computing Machinery},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   526
	series = {SBLP 2017},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   527
	title = {Certified Bit-Coded Regular Expression Parsing},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   528
	url = {https://doi.org/10.1145/3125374.3125381},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   529
	year = {2017},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   530
	bdsk-url-1 = {https://doi.org/10.1145/3125374.3125381}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   531
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   532
@article{Thompson_1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   533
	author = {Ken Thompson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   534
	date-added = {2022-02-23 13:44:42 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   535
	date-modified = {2022-02-23 13:44:42 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   536
	doi = {10.1145/363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   537
	journal = {Communications of the {ACM}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   538
	month = {jun},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   539
	number = {6},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   540
	pages = {419--422},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   541
	publisher = {Association for Computing Machinery ({ACM})},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   542
	title = {Programming Techniques: Regular expression search algorithm},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   543
	url = {https://doi.org/10.1145%2F363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   544
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   545
	year = 1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   546
	bdsk-url-1 = {https://doi.org/10.1145%2F363347.363387},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   547
	bdsk-url-2 = {https://doi.org/10.1145/363347.363387}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   548
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   549
@article{17Bir,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   550
	author = {Asiri Rathnayake and Hayo Thielecke},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   551
	date-added = {2019-08-18 17:57:30 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   552
	date-modified = {2019-08-18 18:00:13 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   553
	journal = {arXiv:1405.7058},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   554
	title = {Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   555
	year = {2017}}
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   556
471
Chengsong
parents: 468
diff changeset
   557
@article{alfred2014algorithms,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   558
	author = {Alfred, V},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   559
	journal = {Algorithms and Complexity},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   560
	pages = {255},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   561
	publisher = {Elsevier},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   562
	title = {Algorithms for finding patterns in strings},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   563
	volume = {1},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   564
	year = {2014}}
471
Chengsong
parents: 468
diff changeset
   565
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   566
@article{nielson11bcre,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   567
	author = {Lasse Nielsen, Fritz Henglein},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   568
	date-added = {2019-07-03 21:09:39 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   569
	date-modified = {2019-07-03 21:17:33 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   570
	journal = {LATA},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   571
	title = {Bit-coded Regular Expression Parsing},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   572
	year = {2011},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   573
	bdsk-file-1 = {YnBsaXN0MDDSAQIDBFxyZWxhdGl2ZVBhdGhZYWxpYXNEYXRhXxA1Li4vLi4vLi4vTXkgTWFjIChNYWNCb29rLVBybykvRGVza3RvcC9mcml0ei1wYXBlci5wZGZPEQF+AAAAAAF+AAIAAAxNYWNpbnRvc2ggSEQAAAAAAAAAAAAAAAAAAAAAAAAAQkQAAf////8PZnJpdHotcGFwZXIucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/////wAAAAAAAAAAAAAAAAADAAMAAAogY3UAAAAAAAAAAAAAAAAAB0Rlc2t0b3AAAAIAQi86VXNlcnM6Y3N0YW46RHJvcGJveDpNeSBNYWMgKE1hY0Jvb2stUHJvKTpEZXNrdG9wOmZyaXR6LXBhcGVyLnBkZgAOACAADwBmAHIAaQB0AHoALQBwAGEAcABlAHIALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEBVc2Vycy9jc3Rhbi9Ecm9wYm94L015IE1hYyAoTWFjQm9vay1Qcm8pL0Rlc2t0b3AvZnJpdHotcGFwZXIucGRmABMAAS8AABUAAgAM//8AAAAIAA0AGgAkAFwAAAAAAAACAQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAB3g==}}
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   574
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   575
@software{regexploit2021,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   576
	author = {Ben Caller, Luca Carettoni},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   577
	date-added = {2020-11-24 00:00:00 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   578
	date-modified = {2021-05-07 00:00:00 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   579
	keywords = {ReDos static analyser},
472
Chengsong
parents: 471
diff changeset
   580
	month = {May},
Chengsong
parents: 471
diff changeset
   581
	title = {regexploit},
Chengsong
parents: 471
diff changeset
   582
	url = {https://github.com/doyensec/regexploit},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   583
	year = {2021},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   584
	bdsk-url-1 = {https://github.com/doyensec/regexploit}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   585
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   586
@software{pcre,
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   587
	author = {Philip Hazel},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   588
	date-added = {1997-01-01 00:00:00 +0000},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   589
	date-modified = {2021-06-14 00:00:00 +0000},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   590
	keywords = {Perl Compatible Regular Expressions},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   591
	month = {June},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   592
	title = {PCRE},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   593
	url = {https://www.pcre.org/original/doc/html/},
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   594
	year = {2021},
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   595
	bdsk-url-1 = {https://www.pcre.org/original/doc/html/}}
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   596
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   597
@misc{communityRules,
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   598
	howpublished = {\url{https://www.snort.org/faq/what-are-community-rules}},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   599
	note = {[Online; last accessed 19-November-2022]},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   600
	title = {{Snort Community Rules}},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   601
	year = {2022}}
608
37b6fd310a16 added related work chap
Chengsong
parents: 607
diff changeset
   602
471
Chengsong
parents: 468
diff changeset
   603
@misc{KuklewiczHaskell,
Chengsong
parents: 468
diff changeset
   604
	author = {Kuklewicz},
Chengsong
parents: 468
diff changeset
   605
	keywords = {Buggy C POSIX Lexing Libraries},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   606
	title = {Regex Posix},
471
Chengsong
parents: 468
diff changeset
   607
	url = {https://wiki.haskell.org/Regex_Posix},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   608
	year = {2017},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   609
	bdsk-url-1 = {https://wiki.haskell.org/Regex_Posix}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   610
472
Chengsong
parents: 471
diff changeset
   611
@misc{regex101,
Chengsong
parents: 471
diff changeset
   612
	author = {Firas Dib},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   613
	keywords = {regex tester debugger},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   614
	title = {regex101},
472
Chengsong
parents: 471
diff changeset
   615
	url = {https://regex101.com/},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   616
	year = {2011},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   617
	bdsk-url-1 = {https://regex101.com/}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   618
500
Chengsong
parents: 472
diff changeset
   619
@misc{atomEditor,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   620
	author = {Dunno},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   621
	keywords = {text editor},
500
Chengsong
parents: 472
diff changeset
   622
	title = {Atom Editor},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   623
	url = {https://atom.io},
500
Chengsong
parents: 472
diff changeset
   624
	year = {2022},
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   625
	bdsk-url-1 = {https://atom.io}}
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   626
471
Chengsong
parents: 468
diff changeset
   627
@techreport{grathwohl2014crash,
518
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   628
	author = {Grathwohl, Niels Bj{\o}rn Bugge and Henglein, Fritz and Rasmussen, Ulrik Terp},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   629
	institution = {Technical report, University of Copenhagen},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   630
	title = {A Crash-Course in Regular Expression Parsing and Regular Expressions as Types},
ff7945a988a3 more to thesis
Chengsong
parents: 500
diff changeset
   631
	year = {2014}}
471
Chengsong
parents: 468
diff changeset
   632
602
Chengsong
parents: 601
diff changeset
   633
@inproceedings{xml2015,
626
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   634
	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.},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   635
	address = {New York, NY, USA},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   636
	author = {Bj\"{o}rklund, Henrik and Martens, Wim and Timm, Thomas},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   637
	booktitle = {Proceedings of the 24th ACM International on Conference on Information and Knowledge Management},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   638
	doi = {10.1145/2806416.2806434},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   639
	isbn = {9781450337946},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   640
	keywords = {regular expressions, schema, regular path queries, xml},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   641
	location = {Melbourne, Australia},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   642
	numpages = {10},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   643
	pages = {1541--1550},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   644
	publisher = {Association for Computing Machinery},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   645
	series = {CIKM '15},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   646
	title = {Efficient Incremental Evaluation of Succinct Regular Expressions},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   647
	url = {https://doi.org/10.1145/2806416.2806434},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   648
	year = {2015},
1c8525061545 finished!
Chengsong
parents: 625
diff changeset
   649
	bdsk-url-1 = {https://doi.org/10.1145/2806416.2806434}}
602
Chengsong
parents: 601
diff changeset
   650
468
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   651
@misc{SE16,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   652
	author = {StackStatus},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   653
	date-added = {2019-06-26 11:28:41 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   654
	date-modified = {2019-06-26 16:07:31 +0000},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   655
	keywords = {ReDos Attack},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   656
	month = {July},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   657
	rating = {5},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   658
	read = {1},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   659
	title = {Stack Overflow Outage Postmortem},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   660
	url = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   661
	year = {2016},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   662
	bdsk-url-1 = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   663
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   664
@article{HosoyaVouillonPierce2005,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   665
	author = {H.~Hosoya and J.~Vouillon and B.~C.~Pierce},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   666
	journal = {ACM Transactions on Programming Languages and Systems (TOPLAS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   667
	number = 1,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   668
	pages = {46--90},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   669
	title = {{R}egular {E}xpression {T}ypes for {XML}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   670
	volume = 27,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   671
	year = {2005}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   672
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   673
@misc{POSIX,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   674
	note = {\url{http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   675
	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
   676
	year = {2004}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   677
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   678
@inproceedings{AusafDyckhoffUrban2016,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   679
	author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   680
	booktitle = {Proc.~of the 7th International Conference on Interactive Theorem Proving (ITP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   681
	pages = {69--86},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   682
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   683
	title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions ({P}roof {P}earl)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   684
	volume = {9807},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   685
	year = {2016}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   686
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   687
@article{aduAFP16,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   688
	author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   689
	issn = {2150-914x},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   690
	journal = {Archive of Formal Proofs},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   691
	note = {\url{http://www.isa-afp.org/entries/Posix-Lexing.shtml}, Formal proof development},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   692
	title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   693
	year = 2016}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   694
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   695
@techreport{CrashCourse2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   696
	annote = {draft report},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   697
	author = {N.~B.~B.~Grathwohl and F.~Henglein and U.~T.~Rasmussen},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   698
	institution = {University of Copenhagen},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   699
	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
   700
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   701
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   702
@inproceedings{Sulzmann2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   703
	author = {M.~Sulzmann and K.~Lu},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   704
	booktitle = {Proc.~of the 12th International Conference on Functional and Logic Programming (FLOPS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   705
	pages = {203--220},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   706
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   707
	title = {{POSIX} {R}egular {E}xpression {P}arsing with {D}erivatives},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   708
	volume = {8475},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   709
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   710
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   711
@inproceedings{Sulzmann2014b,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   712
	author = {M.~Sulzmann and P.~van Steenhoven},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   713
	booktitle = {Proc.~of the 23rd International Conference on Compiler Construction (CC)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   714
	pages = {174--191},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   715
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   716
	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
   717
	volume = {8409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   718
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   719
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   720
@book{Pierce2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   721
	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
   722
	note = {\url{http://www.cis.upenn.edu/~bcpierce/sf}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   723
	publisher = {Electronic textbook},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   724
	title = {{S}oftware {F}oundations},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   725
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   726
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   727
@misc{Kuklewicz,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   728
	author = {C.~Kuklewicz},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   729
	howpublished = {\url{https://wiki.haskell.org/Regex_Posix}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   730
	title = {{R}egex {P}osix}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   731
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   732
@article{Vansummeren2006,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   733
	author = {S.~Vansummeren},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   734
	journal = {ACM Transactions on Programming Languages and Systems},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   735
	number = {3},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   736
	pages = {389--428},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   737
	title = {{T}ype {I}nference for {U}nique {P}attern {M}atching},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   738
	volume = {28},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   739
	year = {2006}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   740
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   741
@inproceedings{Asperti12,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   742
	author = {A.~Asperti},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   743
	booktitle = {Proc.~of the 3rd International Conference on Interactive Theorem Proving (ITP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   744
	pages = {283--298},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   745
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   746
	title = {{A} {C}ompact {P}roof of {D}ecidability for {R}egular {E}xpression {E}quivalence},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   747
	volume = {7406},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   748
	year = {2012}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   749
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   750
@inproceedings{Frisch2004,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   751
	author = {A.~Frisch and L.~Cardelli},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   752
	booktitle = {Proc.~of the 31st International Conference on Automata, Languages and Programming (ICALP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   753
	pages = {618--629},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   754
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   755
	title = {{G}reedy {R}egular {E}xpression {M}atching},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   756
	volume = {3142},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   757
	year = {2004}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   758
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   759
@article{Antimirov95,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   760
	author = {V.~Antimirov},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   761
	journal = {Theoretical Computer Science},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   762
	pages = {291--319},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   763
	title = {{P}artial {D}erivatives of {R}egular {E}xpressions and {F}inite {A}utomata {C}onstructions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   764
	volume = {155},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   765
	year = {1995}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   766
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   767
@inproceedings{Nipkow98,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   768
	author = {T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   769
	booktitle = {Proc.~of the 11th International Conference on Theorem Proving in Higher Order Logics (TPHOLs)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   770
	pages = {1--15},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   771
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   772
	title = {{V}erified {L}exical {A}nalysis},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   773
	volume = 1479,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   774
	year = 1998}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   775
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   776
@article{Brzozowski1964,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   777
	author = {J.~A.~Brzozowski},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   778
	journal = {Journal of the {ACM}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   779
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   780
	pages = {481--494},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   781
	title = {{D}erivatives of {R}egular {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   782
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   783
	year = {1964}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   784
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   785
@article{Leroy2009,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   786
	author = {X.~Leroy},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   787
	journal = {Communications of the ACM},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   788
	number = 7,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   789
	pages = {107--115},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   790
	title = {{F}ormal {V}erification of a {R}ealistic {C}ompiler},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   791
	volume = 52,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   792
	year = 2009}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   793
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   794
@inproceedings{Paulson2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   795
	author = {L.~C.~Paulson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   796
	booktitle = {Proc.~of the 25th International Conference on Automated Deduction (CADE)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   797
	pages = {231--245},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   798
	series = {LNAI},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   799
	title = {{A} {F}ormalisation of {F}inite {A}utomata {U}sing {H}ereditarily {F}inite {S}ets},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   800
	volume = {9195},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   801
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   802
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   803
@article{Wu2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   804
	author = {C.~Wu and X.~Zhang and C.~Urban},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   805
	journal = {Journal of Automatic Reasoning},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   806
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   807
	pages = {451--480},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   808
	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
   809
	volume = {52},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   810
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   811
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   812
@inproceedings{Regehr2011,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   813
	author = {X.~Yang and Y.~Chen and E.~Eide and J.~Regehr},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   814
	booktitle = {Proc.~of the 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   815
	pages = {283--294},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   816
	title = {{F}inding and {U}nderstanding {B}ugs in {C} {C}ompilers},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   817
	year = {2011}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   818
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   819
@article{Norrish2014,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   820
	author = {A.~Barthwal and M.~Norrish},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   821
	journal = {Journal of Computer and System Sciences},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   822
	number = {2},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   823
	pages = {346--362},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   824
	title = {{A} {M}echanisation of {S}ome {C}ontext-{F}ree {L}anguage {T}heory in {HOL4}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   825
	volume = {80},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   826
	year = {2014}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   827
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   828
@article{Thompson1968,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   829
	author = {K.~Thompson},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   830
	issue_date = {June 1968},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   831
	journal = {Communications of the ACM},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   832
	number = {6},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   833
	pages = {419--422},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   834
	title = {{P}rogramming {T}echniques: {R}egular {E}xpression {S}earch {A}lgorithm},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   835
	volume = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   836
	year = {1968}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   837
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   838
@article{Owens2009,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   839
	author = {S.~Owens and J.~H.~Reppy and A.~Turon},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   840
	journal = {Journal of Functinal Programming},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   841
	number = {2},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   842
	pages = {173--190},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   843
	title = {{R}egular-{E}xpression {D}erivatives {R}e-{E}xamined},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   844
	volume = {19},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   845
	year = {2009}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   846
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   847
@inproceedings{Sulzmann2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   848
	author = {M.~Sulzmann and P.~Thiemann},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   849
	booktitle = {Proc.~of the 9th International Conference on Language and Automata Theory and Applications (LATA)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   850
	pages = {275--286},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   851
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   852
	title = {{D}erivatives for {R}egular {S}huffle {E}xpressions},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   853
	volume = {8977},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   854
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   855
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   856
@inproceedings{Chen2012,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   857
	author = {H.~Chen and S.~Yu},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   858
	booktitle = {Proc.~in the International Workshop on Theoretical Computer Science (WTCS)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   859
	pages = {343--356},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   860
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   861
	title = {{D}erivatives of {R}egular {E}xpressions and an {A}pplication},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   862
	volume = {7160},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   863
	year = {2012}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   864
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   865
@article{Krauss2011,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   866
	author = {A.~Krauss and T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   867
	journal = {Journal of Automated Reasoning},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   868
	pages = {95--106},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   869
	title = {{P}roof {P}earl: {R}egular {E}xpression {E}quivalence and {R}elation {A}lgebra},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   870
	volume = 49,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   871
	year = 2012}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   872
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   873
@inproceedings{Traytel2015,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   874
	author = {D.~Traytel},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   875
	booktitle = {Proc.~of the 24th Annual Conference on Computer Science Logic (CSL)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   876
	pages = {487--503},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   877
	series = {LIPIcs},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   878
	title = {{A} {C}oalgebraic {D}ecision {P}rocedure for {WS1S}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   879
	volume = {41},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   880
	year = {2015}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   881
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   882
@inproceedings{Traytel2013,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   883
	author = {D.~Traytel and T.~Nipkow},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   884
	booktitle = {Proc.~of the 18th ACM SIGPLAN International Conference on Functional Programming (ICFP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   885
	pages = {3-12},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   886
	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
   887
	year = 2013}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   888
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   889
@inproceedings{Coquand2012,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   890
	author = {T.~Coquand and V.~Siles},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   891
	booktitle = {Proc.~of the 1st International Conference on Certified Programs and Proofs (CPP)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   892
	pages = {119--134},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   893
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   894
	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
   895
	volume = {7086},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   896
	year = {2011}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   897
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   898
@inproceedings{Almeidaetal10,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   899
	author = {J.~B.~Almeida and N.~Moriera and D.~Pereira and S.~M.~de Sousa},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   900
	booktitle = {Proc.~of the 15th International Conference on Implementation and Application of Automata (CIAA)},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   901
	pages = {59-68},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   902
	series = {LNCS},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   903
	title = {{P}artial {D}erivative {A}utomata {F}ormalized in {C}oq},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   904
	volume = {6482},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   905
	year = {2010}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   906
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   907
@article{Owens2008,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   908
	author = {S.~Owens and K.~Slind},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   909
	journal = {Higher-Order and Symbolic Computation},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   910
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   911
	pages = {377--409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   912
	title = {{A}dapting {F}unctional {P}rograms to {H}igher {O}rder {L}ogic},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   913
	volume = {21},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   914
	year = {2008}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   915
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   916
@article{Owens2,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   917
	author = {S.~Owens and K.~Slind},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   918
	bibsource = {dblp computer science bibliography, http://dblp.org},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   919
	biburl = {http://dblp.uni-trier.de/rec/bib/journals/lisp/OwensS08},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   920
	doi = {10.1007/s10990-008-9038-0},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   921
	journal = {Higher-Order and Symbolic Computation},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   922
	number = {4},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   923
	pages = {377--409},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   924
	timestamp = {Wed, 16 Dec 2009 13:51:02 +0100},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   925
	title = {Adapting functional programs to higher order logic},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   926
	url = {http://dx.doi.org/10.1007/s10990-008-9038-0},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   927
	volume = {21},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   928
	year = {2008},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   929
	bdsk-url-1 = {http://dx.doi.org/10.1007/s10990-008-9038-0}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   930
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   931
@misc{PCRE,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   932
	title = {{PCRE - Perl Compatible Regular Expressions}},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   933
	url = {http://www.pcre.org},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   934
	bdsk-url-1 = {http://www.pcre.org}}
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   935
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   936
@inproceedings{Davis18,
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   937
	author = {J.~C.~Davis and C.~.A.~Coghlan and F.~Servant and D.~Lee},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   938
	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
   939
	numpages = {11},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   940
	pages = {246--256},
a0f27e21b42c all texrelated
Chengsong
parents:
diff changeset
   941
	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
   942
	year = {2018}}