diff options
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. |