Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sriharikapu/goose
- Owner: sriharikapu
- Created: 2020-08-03T16:04:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:28:51.000Z (over 4 years ago)
- Last Synced: 2024-05-01T16:20:40.962Z (8 months ago)
- Topics: go, golang, goos, interpreter, os
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)