add ice-9 eval-string
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Mar 2011 22:16:11 +0000 (23:16 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Mar 2011 22:16:11 +0000 (23:16 +0100)
commitd59dd06eb9a3a45b9a385421555b2414345d7272
tree824fc3c31e364bc6db073641a2fdd0101bcf38ca
parentb6b84131cd2cf36b49e65f30a67dbc114b78c610
add ice-9 eval-string

* module/Makefile.am:
* module/ice-9/eval-string.scm: New module, for use in implementing the
  scm_c_eval_string_from_file_line suggestion.

* test-suite/Makefile.am:
* test-suite/tests/eval-string.test: New tests.
module/Makefile.am
module/ice-9/eval-string.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/eval-string.test [new file with mode: 0644]