Skip to content

luckylat/befunge-interpreter

 
 

Repository files navigation

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

About

べふんげってよんでる

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 57.3%
  • TypeScript 28.7%
  • HTML 7.6%
  • JavaScript 6.4%