GTParser

Description

Some simple Pharo parsing.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
July 9, 2024
Updated
July 12, 2024

Categories

Serialization

README excerpt

## Installation

```st
Metacello new
	repository: 'github://PythonicRhythm/GTParser:master/src';
	baseline: 'GTParser';
	load
```

## Load Lepiter
				
After installing with Metacello, you will be able to execute

```
#BaselineOfGTParser asClass loadLepiter
```

← Back to results