Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'brainfuck'

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