jar

de.florianmichael : Brainfuck4J

Maven & Gradle

Oct 15, 2023
1 stars

Brainfuck4J · Fast Java interpreter for Brainfuck language with optimizations, memory management and multi dialect support

Table Of Contents

Latest Version

Download de.florianmichael : Brainfuck4J JAR file - Latest Versions:

All Versions

Download de.florianmichael : Brainfuck4J JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Brainfuck4J-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.florianmichael.brainfuck4j.memory.impl

├─ de.florianmichael.brainfuck4j.memory.impl.ByteMemory.class - [JAR]

├─ de.florianmichael.brainfuck4j.memory.impl.IntegerMemory.class - [JAR]

├─ de.florianmichael.brainfuck4j.memory.impl.ShortMemory.class - [JAR]

de.florianmichael.brainfuck4j.language

├─ de.florianmichael.brainfuck4j.language.Dialect.class - [JAR]

├─ de.florianmichael.brainfuck4j.language.Instruction.class - [JAR]

├─ de.florianmichael.brainfuck4j.language.InstructionTypes.class - [JAR]

de.florianmichael.brainfuck4j.util

├─ de.florianmichael.brainfuck4j.util.Logger.class - [JAR]

de.florianmichael.brainfuck4j.memory

├─ de.florianmichael.brainfuck4j.memory.AMemory.class - [JAR]

├─ de.florianmichael.brainfuck4j.memory.MemoryTypes.class - [JAR]

de.florianmichael.brainfuck4j.exception

├─ de.florianmichael.brainfuck4j.exception.BFRuntimeException.class - [JAR]

de.florianmichael.brainfuck4j

├─ de.florianmichael.brainfuck4j.Brainfuck4J.class - [JAR]