Sha256: 86288f674f83e72344e32fe31377be9baf1efd6ad1f5656f5ed4b12f2e343fa1

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

# 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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typeprof-0.30.1 README.md
typeprof-0.30.0 README.md