diff options
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 9cfd308..7919547 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,9 +11,9 @@ <h4>Grasp Interpreter</h4> -<p>Like Lisp, the esoteric programming language <a href="http://esolangs.org/wiki/Grasp">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" target="_blank"> +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 @@ -28,8 +28,8 @@ all instruction pointers have no more "next" edges to follow.</p> <figcaption>Hello World in Grasp</figcaption> </figure> -<p>In the <a href="https://github.com/fis/grajsp/wiki/Grasp-specification">current specification</a>, -the actions that can be performed are:</p> +<p>In the <a href="https://github.com/fis/grajsp/wiki/Grasp-specification" target="_blank">current +specification</a>, the actions that can be performed are:</p> <ul> <li>add or delete an edge</li> |