From 9c3043122ad52e2a95cbd6edd0a685d659262f45 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 5 Jan 2025 18:48:09 +0800 Subject: Add a README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3