1
0
Fork
You've already forked glbf
0
No description
  • Gleam 98.2%
  • Brainfuck 1.8%
2024年01月25日 14:16:58 +01:00
src Ready set go 2024年01月25日 14:08:17 +01:00
test Ready set go 2024年01月25日 14:08:17 +01:00
gleam.toml Ready set go 2024年01月25日 14:08:17 +01:00
hello.bf Ready set go 2024年01月25日 14:08:17 +01:00
manifest.toml Ready set go 2024年01月25日 14:08:17 +01:00
README.md Rewrote readme to not be standard 2024年01月25日 14:16:58 +01:00

bf

Package Version Hex Docs

This is a small brainfuck interpreter written in gleam, since gleam does not really have any way to reliably get one character in the erlang backend I have not implemented the , command (input character).

Quick start

gleam run <filename.bf> # Run the project

Installation