Skip to content

Commit 0c0cf48

Browse files
committed
Add non-anonymized supplmental material.
1 parent 39ba703 commit 0c0cf48

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

non-anon.tex

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
\documentclass{acmart}
3+
\usepackage{hyperref}
4+
\title{Regenerate: Generation of test cases for regular expression engines}
5+
\subtitle{Supplemental material (non-anonymous)}
6+
\settopmatter{printfolios=false,printccs=false,printacmref=false}
7+
8+
\begin{document}
9+
10+
\maketitle
11+
12+
We implemented our algorithm for test-cases generation in OCaml and Haskell.
13+
We also made a Web application based on the OCaml version, which
14+
is available on \url{https://regex-generate.github.io/regenerate/}.
15+
Both implementations are open source, and can be found at the following
16+
addresses:
17+
\begin{itemize}
18+
\item OCaml: \url{https://github.com/regex-generate/regenerate}\\
19+
It can be installed directly with opam: \texttt{opam install regenerate}.
20+
\item Haskell: \url{https://github.com/peterthiemann/re-generate}
21+
\end{itemize}
22+
23+
We also implemented a test-harness for the OCaml \texttt{Re} library.
24+
The test harness is available in the OCaml sources in the \href{https://github.com/regex-generate/regenerate/tree/master/test/re}{\texttt{test/re/}} directory. You can run it by installing all the required dependencies (\texttt{opam install -t --deps regenerate}) and running the tests (\texttt{make test}).
25+
26+
27+
\end{document}
28+
29+
30+
%%% Local Variables:
31+
%%% mode: latex
32+
%%% TeX-master: t
33+
%%% End:

0 commit comments

Comments
 (0)