aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-01-09 18:58:46 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-01-09 18:58:46 +0100
commit625fc0e7dc7d8b312859db0ef0ccdb7aa812a3f4 (patch)
tree342820709fe56b836dbc20d336c85ab622fd9e34
parent4c105c62d059721fe4d93a92f4663326e001b856 (diff)
Cleanup
-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