diff options
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 7eddc3c..03a328d 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,13 +11,13 @@ <h4>Grasp Interpreter</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/esoteric">Link</a></p> +<p>Git repository: <a href="/cgi-bin/cgit.cgi/esoteric">Link</a></p> <h5>1/1/2017</h5> -<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp" class="external"> -Grasp</a> is a homoiconic language that exclusively uses a single datatype. Except instead of lists, -it uses directed graphs.</p> +<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp" +class="external">Grasp</a> is a homoiconic language that exclusively uses a single datatype. Except +instead of lists, it uses directed graphs.</p> <p>A Grasp program is initialised with instruction pointers to those nodes in the graph that have a "name" edge to a node with the value "grasp:main". The nodes at each instruction pointer are |