yjlo123 / runtime-go

Runtime Script implemented in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime Go

The Runtime Script programming language written in Golang

Learn more about Runtime Script:
https://github.com/yjlo123/runtime-script

Usage

$ runtime <file_path>

Build for CLI

cd cmd/run
go build .

#Build for other OS & arch, e.g.
env GOOS=linux GOARCH=amd64 go build .

Packaging GUI (Deprecated)

https://developer.fyne.io/started/packaging

cd ui
go build .
fyne package -os windows -icon ../icon.png -executable ui.exe
fyne package -os darwin -icon ../icon.png -executable ui

About

Runtime Script implemented in Golang

License:MIT License


Languages

Language:Go 100.0%