You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
477 B
HTML
25 lines
477 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>PEG.js Test Suites</title>
|
|
<style>
|
|
a {
|
|
text-decoration: none;
|
|
color: #1A0BF1;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
color: #9D0BF1;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<h1>PEG.js Test Suites</h1>
|
|
</p>
|
|
• <a href="/benchmark.html">Benchmark Suite</a><br />
|
|
• <a href="/spec.html">Spec Suite</a>
|
|
</body>
|
|
</html>
|