rename simplex

v6.3-exception
Matthew Butterick 6 years ago
parent 4b5098415d
commit 8cc09d217c

@ -32,5 +32,5 @@
(define parse-tree (parse token-thunk))
(strip-context
(with-syntax ([PT parse-tree])
#'(module mod-name simplex-demo
#'(module mod-name algebra-demo
PT))))

@ -1,4 +1,4 @@
#lang simplex-demo
#lang algebra-demo
fun f(x,y) = x + y
fun g(z) = f(z,z)
g(10)
Loading…
Cancel
Save