Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hizkifw/kon
- Owner: hizkifw
- Created: 2023-10-15T13:04:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T01:45:25.000Z (9 months ago)
- Last Synced: 2024-06-19T17:59:55.762Z (6 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```