aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--calc.y1
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3eb1263..8fbb839 100644
--- a/README
+++ b/README
@@ -4,3 +4,8 @@ APL Links
http://www.math.bas.bg/bantchev/place/apl.html
http://www.jsoftware.com/papers/APLDictionary1.htm
http://www.math.uwaterloo.ca/~ljdickey/apl-rep/docs/is13751.pdf
+
+Misc stuff
+----------
+
+http://play.golang.org/p/V_dX9jzYzD
diff --git a/calc.y b/calc.y
index 2801690..e45e4e3 100644
--- a/calc.y
+++ b/calc.y
@@ -1,4 +1,3 @@
-// XXX http://play.golang.org/p/V_dX9jzYzD
%{
package main