Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruby/typeprof

An experimental type-level Ruby interpreter for testing and understanding Ruby code
https://github.com/ruby/typeprof

Last synced: about 1 month ago
JSON representation

An experimental type-level Ruby interpreter for testing and understanding Ruby code

Awesome Lists containing this project

README

        

# TypeProf

An experimental type-level Ruby interpreter for testing and understanding Ruby code.

## Development

1. Install Ruby 3.3 or later.
2. Git clone this repository: `git clone https://github.com/ruby/typeprof.git`
3. Install VSCode extension: `code --install-extension mame.ruby-typeprof`
4. Open the repository in VSCode: `code typeprof`

### Testing

```sh
$ bundle install
$ bundle exec rake test
```

## More details

https://speakerdeck.com/mame/good-first-issues-of-typeprof

## LICENSE

See [LICENSE](LICENSE) file.