[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 829 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 829 Bytes

Netlify Status Rust

what's this

This is an interpreter for the language befunge-93. See Wikipedia(https://en.wikipedia.org/wiki/Befunge) for the language specification. This interpreter provides basic functionality. Special implementations will be done in the future, but don't expect much as this project is being developed as a hobby XD

how to use

You need to have Node.js and Rust installed to run it. At a minimum, you will need wasm-pack and live-server installed. When you are ready, run the following command.

build: wasm-pack build --target web run: live-server --port=3000