summaryrefslogtreecommitdiff
path: root/full-eval.rkt
diff options
context:
space:
mode:
authorHugo <hugo.hornquist@gmail.com>2016-05-09 15:52:13 +0200
committerHugo <hugo.hornquist@gmail.com>2016-05-09 16:10:36 +0200
commit9c3637a69c186fb23fce6b253c866ddfe3a70d1e (patch)
tree53294e2c6a99d512fed053711730468056567f48 /full-eval.rkt
parentparser now handles numbers with more than one digit, inculding decimals and o... (diff)
downloadmath-parse-9c3637a69c186fb23fce6b253c866ddfe3a70d1e.tar.gz
math-parse-9c3637a69c186fb23fce6b253c866ddfe3a70d1e.tar.xz
removed everything but the parser, move project from racket to guile
Diffstat (limited to 'full-eval.rkt')
-rw-r--r--full-eval.rkt7
1 files changed, 0 insertions, 7 deletions
diff --git a/full-eval.rkt b/full-eval.rkt
deleted file mode 100644
index 1a82dff..0000000
--- a/full-eval.rkt
+++ /dev/null
@@ -1,7 +0,0 @@
-#lang racket
-
-(provide full-eval)
-
-(define (full-eval expr)
- (eval expr))
-