1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:02:28 +02:00
guile/module/language/brainfuck
Andy Wingo a84673a68b remove lambda wrap hack of brainfuck tree-il compiler
* module/language/brainfuck/compile-tree-il.scm (compile-tree-il):
  Remove the hack where we wrapped the compiled code in a `lambda',
  because not only should the tree-il compiler optimize that away, it
  was really papering around other inefficiencies, and obtuse to boot.
2009-06-24 13:43:20 +02:00
..
compile-scheme.scm formatting changes to (language brainfuck compile-scheme) 2009-06-21 15:06:03 +02:00
compile-tree-il.scm remove lambda wrap hack of brainfuck tree-il compiler 2009-06-24 13:43:20 +02:00
parse.scm add brainfuck->tree-il compiler 2009-06-21 15:06:04 +02:00
spec.scm add brainfuck->tree-il compiler 2009-06-21 15:06:04 +02:00