blob: b7251c723392b674390d97a511ea66137f19a853 (
plain) (
tree)
|
|
# 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.
|