Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hizkifw/kon

programming language for foxes
https://github.com/hizkifw/kon

Last synced: about 1 month ago
JSON representation

programming language for foxes

Awesome Lists containing this project

README

        

# kon

How to build:

```sh
# Install stringer
go install golang.org/x/tools/cmd/stringer@latest

# Generate enums
go generate ./...

# Build
go build

# Run
go run . examples/hello.kon
```