add new scheme evaluator
authorAndy Wingo <wingo@pobox.com>
Mon, 30 Nov 2009 22:32:28 +0000 (23:32 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 1 Dec 2009 20:00:27 +0000 (21:00 +0100)
commit5161a3c0d7ec59e32a637bd093644a1a5b7b8dcf
tree30eb34b2366a9871dd50f03c0eecc7873de65b45
parent3149a5b60de3dc55c7349aba5bfb3ff28c594aef
add new scheme evaluator

* module/ice-9/eval.scm: New evaluator, written in Scheme. Whee!
  Batteries included but not wired up.

* module/Makefile.am: Abuse touch(1) to make sure eval.go gets built
  before everything. Can't just depend on eval.go, because eval.go will
  get the timestamp of eval.scm, which might be newer than foo.go (and
  thus foo.scm). Something better is warranted.
module/Makefile.am
module/ice-9/eval.scm [new file with mode: 0644]