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.
- Press the Clone or download button in the top right
- Copy the URL (link)
- Open the command line and change directory to where you wish to clone to
- Type 'git clone' followed by URL in step 2
$ git clone https://github.com/FredHappyface/Java.Brainf
More information can be found at https://help.github.com/en/articles/cloning-a-repository
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
This program has been written in Java using Visual Studio Code. Download from https://code.visualstudio.com/ and follow the instructions
Install with chocolatey
choco install openjdk11
or download and install from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u
Install with chocolatey
choco install jdk11
or download and install from https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
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
- Download or clone this GitHub repository
- (If downloaded) Extract the zip archive
- Open the directory containing the main.java file into Visual Studio Code
- Run the program with F5
- Download or clone this GitHub repository
- (If downloaded) Extract the zip archive
- Copy the .java file(s) into a new project
- Run the program with Ctrl+F11
MIT License Copyright (c) FredHappyface (See the LICENSE for more information.)