Skip to content

aisk/goblin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages