1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
guile/module/system/base
Andy Wingo 8753fd537c fix brainfuck for new tree-il, and add tests
* test-suite/Makefile.am:
* test-suite/tests/brainfuck.test: Add a brainfuck test.

* module/system/base/compile.scm: Also export read-and-compile.

* module/language/tree-il/spec.scm (join): Fix the joiner in the
  0-expression case.

* module/language/tree-il/primitives.scm (+): Recognize (+ x -1) as 1-.

* module/language/brainfuck/parse.scm (read-brainfuck): Return EOF if we
  actually received EOF, and there were no expressions read.

* module/language/brainfuck/compile-tree-il.scm (compile-body): Fix the
  compiler for the new format of "lambda" in tree-il.
2009-10-23 15:10:25 +02:00
..
compile.scm fix brainfuck for new tree-il, and add tests 2009-10-23 15:10:25 +02:00
language.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
message.scm Add compiler warning for possibly unbound variables. 2009-10-06 23:41:39 +02:00
pmatch.scm inline calls to some primitives 2009-05-17 23:24:26 +02:00
syntax.scm let-values in terms of syntax-case, add make-tree-il-folder 2009-08-05 21:35:30 +02:00