summaryrefslogtreecommitdiff
path: root/dice-lang/lang-impl.html
blob: 62fddf67853e7d91b2ff6551d2ec798fd886ae82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	</head>
	<body>
		<h1 id="language-implementation-details">Language implementation details</h1>
		<p>First, a command is read from the user, and
			checked to see if it has any interpreter pragmas
			in it. If so, the interpreter pragma is handled
			and we move onto the next command.</p>
	</body>
</html>