https://github.com/fharchive/java.brainfinterpreter
The aim of this Java project is to parse a file with extention .b or .bf and to produce an interpreter for the 'Brainfuck' programming language
https://github.com/fharchive/java.brainfinterpreter
brainf interpreter java11
Last synced: 2 months ago
JSON representation
The aim of this Java project is to parse a file with extention .b or .bf and to produce an interpreter for the 'Brainfuck' programming language
- Host: GitHub
- URL: https://github.com/fharchive/java.brainfinterpreter
- Owner: FHArchive
- License: mit
- Created: 2019-02-01T20:37:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T11:31:41.000Z (over 5 years ago)
- Last Synced: 2025-02-09T10:42:03.711Z (4 months ago)
- Topics: brainf, interpreter, java11
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Java.BrainfInterpreter
The aim of this Java project is to parse a file with extention .b or .bf and to
produce an interpreter for the 'Brainf' programming language.## Download
### Clone
#### Using The Command Line
1. Press the Clone or download button in the top right
2. Copy the URL (link)
3. Open the command line and change directory to where you wish to
clone to
4. Type 'git clone' followed by URL in step 2
```bash
$ git clone https://github.com/FredHappyface/Java.Brainf
```More information can be found at
#### Using GitHub Desktop
1. Press the Clone or download button in the top right
2. Click open in desktop
3. Choose the path for where you want and click CloneMore information can be found at
### Download Zip File
1. Download this GitHub repository
2. Extract the zip archive
3. Copy/ move to the desired location## Language information
### Built for
This program has been written in Java using Visual Studio Code.
Download from and follow the instructions
### OpenJDK11 (recommended)
Install with chocolatey
```powershell
choco install openjdk11
```
or download and install from### OracleJDK11
Install with chocolatey
```powershell
choco install jdk11
```
or download and install from### Plugin requirements
Install the Java Extension Pack (vscjava.vscode-java-pack) Plugin. This should
install Language Support for Java™ by Red Hat, Debugger for Java, Java Test
Runner, Maven Project Explorer, and Java Dependency Viewer
## How to run
### Method 1 - Visual Studio Code
1. Download or clone this GitHub repository
2. (If downloaded) Extract the zip archive
3. Open the directory containing the main.java file into Visual Studio Code
4. Run the program with F5
### Method 2 - Eclipse
1. Download or clone this GitHub repository
2. (If downloaded) Extract the zip archive
3. Copy the .java file(s) into a new project
4. Run the program with Ctrl+F11## Licence
MIT License
Copyright (c) FredHappyface
(See the [LICENSE](/LICENSE.md) for more information.)