Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/korandoru/trufflebf
- Owner: korandoru
- License: apache-2.0
- Created: 2022-12-15T06:27:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T13:16:41.000Z (about 1 year ago)
- Last Synced: 2024-11-12T22:18:31.918Z (3 months ago)
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.