-
Notifications
You must be signed in to change notification settings - Fork 56
/
dev.html
18 lines (18 loc) · 917 Bytes
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Streamline development</title>
</head>
<body>
<h2>Callbacks Mode</h2>
<p><a href="examples/streamlineMe/streamlineMe.html">interactive demo</a></p>
<p><a href="test/common/transform-test.html">transform unit test</a></p>
<p><a href="test/browser/eval-test.html">evaluation unit test</a></p>
<p><a href="test/browser/flows-test.html">flows unit test</a></p>
<p><a href="test/browser/stack-test.html">stack unit test</a></p>
<h2>Generators Mode (Firefox only)</h2>
<p><a href="examples/streamlineMe/yieldMe.html">interactive demo</a></p>
<p><a href="test/common/generators/eval-test.html">evaluation unit test</a></p>
<p><a href="test/common/generators/flows-test.html">flows unit test</a></p>
<p><a href="test/common/generators/stack-test.html">stack unit test</a></p>
</body>
</html>