1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module
Daniel Kraft e63d888ef6 added documenting comments to the brainfuck compiler and mention it in the VM documentation.
* doc/ref/compiler.texi: Mention the new brainfuck compiler as an example.
* module/language/brainfuck/compile-scheme.scm: Add a lot of documentation comments.
* module/language/brainfuck/parse.scm: Ditto.
* module/language/brainfuck/spec.scm: Ditto.
2009-06-21 15:06:03 +02:00
..
ice-9 fix source information lossage for (define (foo) ...) lambda sugar 2009-06-20 12:41:11 +02:00
language added documenting comments to the brainfuck compiler and mention it in the VM documentation. 2009-06-21 15:06:03 +02:00
oop Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
rnrs Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
scripts Fix "guile-tools disassemble". 2009-06-19 21:54:51 +02:00
srfi Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
system put autocompiled files into ~/.cache or $XDG_CACHE_HOME 2009-06-20 14:26:54 +02:00
Makefile.am basic brainfuck -> scheme example compiler. 2009-06-21 15:06:03 +02:00