Skip to content

Fysh-Fyve/go-fysh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%