GithubHelp home page GithubHelp logo

brainfuck's Introduction

This Program takes input of a .bf extension file which contains bf code, process it and give you the output.

The linux directory contains the necessary files you need to run the program directly on linux. To compile on linux make sure you have all the three files present inside the linux folder, and then run the following command

	g++ -static main.cpp -L -l libbf.a -o bf.out

This will create a bf.out file. To execute this file, type in ./bf.out For Windows,Simply run the file present in the windows sub-directory

To view the source code, go to sources sub-directory. 1)main.cpp => this file is just a driver program. 2)library.cpp => this file holds all the necessary code on which this software relies upon. 3)mine.h => this is a header file and contains all necessary declarations.

NOTE:- This is just a project i did in free time and might have certain bugs. I'd appreciate feedback about this. If any of you plan on helping me and so are going to modify these files...plz let me know what changes you are trying to make and what for(reason:-I wanna learn and keep evolving)!! That's it*********** HOPE YOU LIKE IT!!

brainfuck's People

Contributors

spdhiraj99 avatar mukeshyadav-in avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.