summaryrefslogtreecommitdiff
path: root/module/language/brainfuck
Commit message (Expand)AuthorAgeFilesLines
* Add compiler chooser implementation; fix bugs with previous commitAndy Wingo2020-05-081-1/+5
* Fix brainfuck commentAndy Wingo2013-12-021-4/+1
* Fix brainfuck->scheme compiler.Andy Wingo2013-12-021-6/+3
* rename <application> to <call>Andy Wingo2011-06-021-27/+27
* remove `version' field from <language>Andy Wingo2010-05-021-3/+2
* Revert "implement #:predicate" and remove predicate from <lambda-case>Andy Wingo2009-11-151-1/+1
* separate "inits" field in <lambda-case>; compile fixes for inits, kwargsAndy Wingo2009-10-231-1/+1
* fix brainfuck for new tree-il, and add testsAndy Wingo2009-10-232-11/+21
* language-readers receive environment as an argAndy Wingo2009-10-161-1/+1
* remove lambda wrap hack of brainfuck tree-il compilerAndy Wingo2009-06-241-18/+5
* more docs to brainfuck->tree-il compilerAndy Wingo2009-06-221-11/+52
* add brainfuck->tree-il compilerAndy Wingo2009-06-213-33/+181
* formatting changes to (language brainfuck compile-scheme)Andy Wingo2009-06-211-58/+57
* added documenting comments to the brainfuck compiler and mention it in the VM...Daniel Kraft2009-06-213-4/+111
* basic brainfuck -> scheme example compiler.Daniel Kraft2009-06-213-0/+160