Results 1 to 1 of 1

Thread: BrainfIn - an interpreter for a minimalist programming language

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,801

    BrainfIn - an interpreter for a minimalist programming language

    Attached to this thread is an interpreter for a minimalist programming language called Brain***** designed by Urban Müller. It only has eight different commands. The interpreter I made for it can load and execute files containing source code for the language.

    Wikipedia has more information, but due to the language's somewhat offensive name part of the url is censored by this forum so I can't post a direct link. Just search for "Urban Müller" and you should be able to find it.

    Notes:
    -The code for a "Hello World!" program is included in the attatched .zip file as "./brainfin/hello.txt".
    -I compiled and tested the code using g++ in Ubuntu Linux.
    -I'm fairly new to C++, so if any one has suggestions on how to improve the code...

    VB6 version: http://www.vbforums.com/showthread.p...mming-language
    VB.net version: http://www.vbforums.com/showthread.p...mming-language
    Last edited by Peter Swinkels; Jun 28th, 2016 at 02:29 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width