Skip to content
/ yaigop Public

Yet Another Go+ interpreter (still in beta version)

License

Notifications You must be signed in to change notification settings

goplus/yaigop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a453f6 · Jul 8, 2024

History

48 Commits
Jul 8, 2024
Jun 3, 2022
Oct 12, 2021
Oct 12, 2021
Jul 8, 2024
Oct 12, 2021
Jul 8, 2024
Jul 8, 2024
Jun 3, 2022
Jun 3, 2022
Jun 3, 2022
Jun 3, 2022
Jun 3, 2022

Repository files navigation

yaigop - Yet Another Go+ interpreter (still in beta version)

Build Status Go Report Card GitHub release Playground GoDoc VSCode Interpreter

Support multiple engines

How to build

git clone git@github.com:goplus/yaigop.git
cd yaigop
go install -tags yaegi -v ./...   # you can replace `yaegi` to `gomacro` or other engines