summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2017-10-20 21:35:58 +0200
committerHugo Hörnquist <hugo@hornquist.se>2017-10-20 21:35:58 +0200
commit2d045356f4f513db55dc52b2575e502545f3c7ce (patch)
treeadab911bb79ad6fb0b2568082ade4236866c9374
parentmade code work standalone in guile (diff)
downloadmath-parse-guile.tar.gz
math-parse-guile.tar.xz
added readmeguile
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c12a48d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Math Parser
+Program which takes math in "regular" notation and transforms
+it into s-expressions. Basiclly the start of a parser.