diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-05 18:48:09 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-05 18:48:09 +0800 |
commit | 9c3043122ad52e2a95cbd6edd0a685d659262f45 (patch) | |
tree | 0eb8efa47370ef9b0b53060c36fbaaa272e254b7 /README.md | |
parent | Scheme stub (diff) | |
download | tau1-master.tar.gz tau1-master.tar.zst tau1-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
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. |