blob: c33f5dbf184547d0dda253d60d5fe1086b8a7919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="index.css" type="text/css" media="all">
<title>bruijn standard library</title>
</head>
<body>
<h1>bruijn standard library</h1>
This is the browsable standard library of the bruijn programming language. Follow any of the links below to see the source of the corresponding module.
<ol>
LINKS
</ol>
</body>
</html>
|