Initial commit

This commit is contained in:
Lewis Van Winkle
2016-01-21 14:36:59 -06:00
commit ec3dde1e24
14 changed files with 1316 additions and 0 deletions

8
doc/e1.dot Normal file
View File

@@ -0,0 +1,8 @@
digraph G {
"+" -> "sin";
"+" -> div;
"sin" -> "x";
div -> "1";
div -> "4";
div [label="÷"]
}