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.