Advertising
advertising
related pastes to tag 'brainfuck'
- 2137410 - acs: simple brainfuck
-
- [-][-][-] [-] [-] +[-]+[-]+[-] +[-] +[-]
- >+f++f++ +u[< +p+ +c++c+++a>-] <.>> +++++
- ++[ <+++ +++ ++>ttttttt -]<+. v>>+
- ++++++++ [<++ ++++ ++l ++>-] vv<+++
- +++ ++++ m++m.v >>+cc ++++++[<+
- +++ ++++>-]<vv +.><[- ]+>+ +++
- ++[ <++++++v ++>-]<.><[-]+ mmk lskdfl
- >++ vvvvv ttttttttttttt vvvv vvvv
- 1554698 - RaleNaraguile brainfuck ksh93 shcomp
- preview unavailable
- 1520050 - brainfuck compiler written in ks brainfuck ksh93 shcomp
- preview unavailable
- 1200462 - 3: brainfuck
-
- >+++++[>++[>+++++[<<<++>>>-]<-]<-]<+[->+>+<<]>>[-<<+>>]<[->+>+<<]>>[-<<+>>]<[->+>+<<]>>[-<<+>>]<[->+>+<<]>>[-<<+>>]+++++++[<++>-]<<++++>>+++[<<<+++>>>-]>+++++[<++<<<<<++>>>>>>-]<<<<<<+[.[-]>]
- 818742 - Xenius: brainfuck compiler
-
- /* BrainFuck compiler C v2.1.1. Copyright 1997 Ben Olmstead, 2007 Xenius.
- /* This program is governed by the GNU General Public License. See the file COPYING for details.
- /*
- /* This compiler generates native machine code for whatever processor.
- /* It is currently configured to generate an MS-DOS .COM file, but it
- /* should be relatively easy to alter.
- /************************************************************************/
- #include <stdio.h>
- 701150 - psych.c: c programming coding brainfuck brainf code interpreter
-
- /* psych, v.0.2 - a Brainfuck interpreter
- Copyright (C) 2007 John T. Wodder II
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.