Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garciat/gobid
A naive attempt at implementing a Golang type checker that supports more advanced type inference.
https://github.com/garciat/gobid
showcase-project
Last synced: about 11 hours ago
JSON representation
A naive attempt at implementing a Golang type checker that supports more advanced type inference.
- Host: GitHub
- URL: https://github.com/garciat/gobid
- Owner: Garciat
- Created: 2024-05-31T08:59:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T21:58:56.000Z (17 days ago)
- Last Synced: 2025-01-26T22:27:29.214Z (17 days ago)
- Topics: showcase-project
- Language: Go
- Homepage: https://garciat.com/gobid/
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A type checker for Golang with better inference
## Running tests
```sh
make test
```## Running web demo
```sh
go run ./src/cmd/webapp
```## Running GitHub Pages locally
```sh
make gh-pages-dev
```