Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/korandoru/trufflebf

TruffleBF is a brainf**k implementation on Truffle Framework.
https://github.com/korandoru/trufflebf

Last synced: 21 days ago
JSON representation

TruffleBF is a brainf**k implementation on Truffle Framework.

Awesome Lists containing this project

README

        

# TruffleBF

TruffleBF is a [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) implementation on Truffle Framework.

## Prerequisites

- [GraalVM for JDK 17](https://www.graalvm.org/jdk17/docs/getting-started/)
- Maven 3.8.6

## Build and run

```shell
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.