TruffleBF

January 17, 2024 ยท View on GitHub

TruffleBF is a brainfuck implementation on Truffle Framework.

Prerequisites

  • GraalVM for JDK 17
  • Maven 3.8.6

Build and run

mvn clean package -DskipTests
./trufflebf-native/bf examples/helloworld.bf

Interop

See https://github.com/oracle/graal/issues/6852 and https://github.com/oracle/graal/issues/6855.

Contents

  1. 1Prerequisites
  2. 2Build and run
  3. 3Interop