Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```