aisk / goblin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goblin

logo

Toy language built for fun.

Installation

$ go install github.com/aisk/goblin/command/goblin@latest

Hello world

$ cat hello.goblin
print("Hello, world!")

$ goblin hello.goblin > hello.go

$ go build hello.go

$ ./hello
"Hello, world!"

Grammer

Take a look at goblin.bnf.

About the Project

Goblin is © 2023-2024 by aisk.

License

Vox is distributed by a MIT license.

About

License:MIT License


Languages

Language:Go 100.0%