gtoolkit-contribution-typer

Description

Type system for Pharo augmenting GtCoder

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
8
Forks
1
Created
Nov. 24, 2018
Updated
Feb. 6, 2024

README excerpt

# GToolkit Contribution Typer

Adds a type checker to the RB AST, used to augment GtCoder.
To install run:

```
Metacello new
    baseline: 'Typer';
    repository: 'github://maenu/gtoolkit-contribution-typer/src/pharo';
    load.
```

Check the 'Typer' page in the Lepiter database.
← Back to results