aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-05 18:48:09 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-05 18:48:09 +0800
commit9c3043122ad52e2a95cbd6edd0a685d659262f45 (patch)
tree0eb8efa47370ef9b0b53060c36fbaaa272e254b7
parentScheme stub (diff)
downloadtau1-9c3043122ad52e2a95cbd6edd0a685d659262f45.tar.gz
tau1-9c3043122ad52e2a95cbd6edd0a685d659262f45.tar.zst
tau1-9c3043122ad52e2a95cbd6edd0a685d659262f45.zip
Add a READMEHEADmaster
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b7251c7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Testing implementation of e²
+
+Currently I don't want to deal with parsing so I'm expressing e² as an AST
+written in s-expressions, so I could call (read) from Scheme to load it
+and manipulate it like any other list.