repository
0.0.0-20250131080606-abb5be2ce843
Repository: https://github.com/zsnails/minigo.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Installation
- Download the repo
git clone https://github.com/zSnails/minigo.git
- Make sure to download all the dependencies
go mod tidy
- Build the compiler
go build cmd/minigo.go
After doing the steps above you'll be left with a binary file on the root of this project, what you do with that is up to you, for the editor to recognize it the binary must be on your system's path.
If you're on linux you should already know how to add a binary to your path, if you don't then consider moving back to windows.
If you're on windows there's this tool called the internet, you should check it out.
Available Types
bool
, int
, float
, string
, rune
Built in constants
true
, false
Built in functions
append
, len
, cap