aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/std.template
blob: 3a4bbcf854625e3928d3bde6e6af6be75f023e07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
		<hr>
		<h2>STATS</h2>
	</body>
</html>