diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-08-07 15:21:58 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-08-07 15:21:58 +1000 |
commit | 1a7e98a629ccc244b047a6e4858e87bb170047ae (patch) | |
tree | 6953b97b4c9e03667dad9a73ef01107ee88d0321 /project/templates/grasp.html | |
parent | 92ff13627021a5fdd4eea59bd5db493cbea5406b (diff) |
Git repo links more accessible
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 11 |
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 %} |