summaryrefslogtreecommitdiff
path: root/dice-lang/lang-impl.html
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2016-07-28 16:45:16 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2016-07-28 16:45:16 -0400
commitbb27392419549bb40cbc4f194e38f471d2b9f63d (patch)
tree981e5d506441b678d307df0999a24a0ea95cbb88 /dice-lang/lang-impl.html
parentd80f404865656b6d1a8faf41cecdd61343adcd0b (diff)
Format/cleanup pass
Diffstat (limited to 'dice-lang/lang-impl.html')
-rw-r--r--dice-lang/lang-impl.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/dice-lang/lang-impl.html b/dice-lang/lang-impl.html
deleted file mode 100644
index 62fddf6..0000000
--- a/dice-lang/lang-impl.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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> \ No newline at end of file