Doesn't give right answer yet and out of bound check fails. No constructor yet for static arrays, but module constants work. Which don't work yet for tuples and structs. Also, u32 for indexing please. Also, more module constant types.
20 lines
367 B
HTML
20 lines
367 B
HTML
<html>
|
|
<head>
|
|
<title>Examples</title>
|
|
</head>
|
|
<body>
|
|
<h1>Examples</h1>
|
|
<h2>Standard</h2>
|
|
<ul>
|
|
<li><a href="crc32.html">CRC32</a></li>
|
|
<li><a href="fib.html">Fibonacci</a></li>
|
|
</ul>
|
|
<h2>Technical</h2>
|
|
<ul>
|
|
<li><a href="buffer.html">Buffer</a></li>
|
|
<li><a href="fold.html">Folding</a></li>
|
|
<li><a href="imported.html">Imported</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|