summaryrefslogtreecommitdiff
path: root/project/templates/grasp.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r--project/templates/grasp.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html
index 45661af..a2155d0 100644
--- a/project/templates/grasp.html
+++ b/project/templates/grasp.html
@@ -10,6 +10,9 @@
{% block content %}
<h4>Grasp Interpreter</h4>
+
+<p>Git repository: <a href="/cgit/cgit.cgi/esoteric.git/">Link</a></p>
+
<h5>1/1/2017</h5>
<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp" target="_blank">
@@ -48,9 +51,8 @@ edges are available.</p>
<p>The language seemed like an interesting enough idea, but unfortunately nobody had done anything
with it, and there was only a specification. This has now been fixed. The interpreter currently
-uses a subset of the DOT graph description language for the file format, to enable a text format
-as well as relatively easy conversion to a graph image. If a format that more readily converts to a
-comprehensible graph image is found, a parser for it may be added.</p>
+uses a subset of the <a href="http://www.graphviz.org/doc/info/lang.html" target="_blank">DOT graph description language</a>
+for the file format, to enable a text format as well as relatively easy conversion to a graph image.</p>
<p>The above example is recorded as follows:</p>
<div class="precontain">
@@ -66,7 +68,8 @@ digraph {
</code>
</div>
-<p>Source code is available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p>
+<p>If a format that more readily converts to a comprehensible graph image is found, a parser for it
+may be added.</p>
{% endblock %}