Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sriharikapu/goose

Goose 🦆 is a interpreter based programming language written in #GoLang
https://github.com/sriharikapu/goose

go golang goos interpreter os

Last synced: about 2 months ago
JSON representation

Goose 🦆 is a interpreter based programming language written in #GoLang

Awesome Lists containing this project

README

        

# Welcome to Goose 🦆

Goose is a GO Lang based interpreter language created for fun.

## Getting started

`sudo go get -v -u github.com/sriharikapu/goose/src`

## Try running

`CD #GOPATH/bin/sriharikapu/goose/src`

#### Execute the run

`go run main.go`

#### output :
```
****************************************************************
*** Welcome to Goose Interpreter! ***
****************************************************************
████████████████████████████████████████████████████████████████
████████████████████▀▀▀▀████████████████████████████████████████
███████████████████░░░░░░░██████████████████████████████████████
████████████████░░░░░░░░░░░█████████████████████████████████████
████████████████████▄▄░░░░░█████████████████████████████████████
██████████████████████░░░░░█████████████████████████████████████
██████████████████████░░░░░█████████████████████████████████████
██████████████████████░░░░░█████████████████████████████████████
█████████████████████▀░░░░▐█████████████████████████████████████
████████████████████▀░░░░░██████████████████████████████████████
████████████████████░░░░░▐██████████████████████████████████████
███████████████████░░░░░░███████████████████████████████████████
██████████████████░░░░░░▐███████████████████████████████████████
█████████████████▌░░░░░░░███████████████████████████████████████
█████████████████░░░░░░░░░▀▀████████████████████████████████████
█████████████████░░░░░░░░░░░░░▀▀████████████████████████████████
█████████████████░░░░░░░░░░░░░░░░░▀▀████████████████████████████
█████████████████▌░░░░░░░░░░░░░░░░░░░▀▀█████████████████████████
██████████████████░░░░░░░░░░░░░░░░░░░░░░░▀▀█████████████████████
███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█████████████
████████████████████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▐█████████████
█████████████████████▄░░░░░░░░░░░░░░░░░░░░░░░░░░▄███████████████
███████████████████████░░░░░░░░░░░░░░░░░░░░░░███████████████████
████████████████████████▄░░░░░░░░░░░░░░░░░░▄████████████████████
██████████████████████████▄░░░░░░░░░░░░░▄▄██████████████████████
███████████████████████████░░░░▄▄▄▄▄▄▄██████████████████████████
███████████████████████████░░░░█████████████████████████████████
███████████████████████████░░░░█████████████████████████████████
██████████████████████░░▀▀▀░░░░█████████████████████████████████
██████████████████████░░░░░░░░░█████████████████████████████████
██████████████████████▄▄▄▄▄▄▄▄▄█████████████████████████████████
████████████████████████████████████████████████████████████████
Use commands to try it out
>>
```

For furhter deatils into how to use commans do refer [here](https://github.com/sriharikapu/goose/tree/master/docs)