Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 602 Bytes

Go Fysh 🐟

An implementation of BabelFysh, the interpreter for the Fysh Programming Language in Go.

Why not continue in C++? You already have a working parser.

That's the easiest part to rewrite 😭 It's mostly because packaging a C++ project is a nightmare. Most likely a skill issue but at this point I just want people to be able to press the "Play" button on VSCode and run Fysh.

Also, native UTF-8 support makes this super easy

Installation

Currently, we can only build from source:

go install github.com/Fysh-Fyve/go-fysh@latest