summaryrefslogtreecommitdiff
path: root/module/language/brainfuck
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Add compiler chooser implementation; fix bugs with previous commitAndy Wingo1-1/+5
2013-12-02Fix brainfuck commentAndy Wingo1-4/+1
2013-12-02Fix brainfuck->scheme compiler.Andy Wingo1-6/+3
2011-06-02rename <application> to <call>Andy Wingo1-27/+27
2010-05-02remove `version' field from <language>Andy Wingo1-3/+2
2009-11-15Revert "implement #:predicate" and remove predicate from <lambda-case>Andy Wingo1-1/+1
2009-10-23separate "inits" field in <lambda-case>; compile fixes for inits, kwargsAndy Wingo1-1/+1
2009-10-23fix brainfuck for new tree-il, and add testsAndy Wingo2-11/+21
2009-10-16language-readers receive environment as an argAndy Wingo1-1/+1
2009-06-24remove lambda wrap hack of brainfuck tree-il compilerAndy Wingo1-18/+5
2009-06-22more docs to brainfuck->tree-il compilerAndy Wingo1-11/+52
2009-06-21add brainfuck->tree-il compilerAndy Wingo3-33/+181
2009-06-21formatting changes to (language brainfuck compile-scheme)Andy Wingo1-58/+57
2009-06-21added documenting comments to the brainfuck compiler and mention it in the VM...Daniel Kraft3-4/+111
2009-06-21basic brainfuck -> scheme example compiler.Daniel Kraft3-0/+160