Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

www.github.com/kmr-ankitt/brainfuck-go.git

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

www.github.com/kmr-ankitt/brainfuck-go.git

Go Modules
Version
v0.0.0-20240512084423-e7987bb4c002
Version published
Created
Source

Brainfuck Interpreter written in Go

This is the Brainfuck interpreter written in Go. I build this project while learning Golang.

Prerequisite

  • Go must be installed in your system.

Installation

To running this interpreter, First clone the Repository and navigate to the Brainfuck-in-go directory in your terminal and execute the following command:

git clone https://github.com/kmr-ankitt/Brainfuck-go/
cd Brainfuck-go

Usage

For using this interpreter run the following command in your terminal

go run src/bfg.go FILE_DIRECTORY

Example

  • This is the output of Helloworld program in Brainfuck.

image

  • This is a pattern created with Brainfuck.

image

FAQs

Package last updated on 12 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts