reflexive-ast

Details

Source
GitHub
Stars
5
Created
Oct. 13, 2019
Updated
June 21, 2021

README excerpt

# reflexive-ast

This project tries to implement an AST for Pharo in a kind of metamodel style. The idea is to be able to propose an AST with reflexion upon its references (as well as automatic references update).

## Installation

```smalltalk
Metacello new
	baseline: 'ReflexiveAST';
	repository: 'github://aranega/reflexive-ast';
	load
```
← Back to results