From 1a7e98a629ccc244b047a6e4858e87bb170047ae Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 7 Aug 2017 15:21:58 +1000 Subject: Git repo links more accessible --- project/templates/grasp.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'project/templates/grasp.html') 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 %}

Grasp Interpreter

+ +

Git repository: Link

+
1/1/2017

Like Lisp, the esoteric programming language @@ -48,9 +51,8 @@ edges are available.

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.

+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.

The above example is recorded as follows:

@@ -66,7 +68,8 @@ digraph {
-

Source code is available here.

+

If a format that more readily converts to a comprehensible graph image is found, a parser for it +may be added.

{% endblock %} -- cgit