FAST

Description

Represent the AST of programing language

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
4
Forks
5
Created
June 12, 2018
Updated
March 9, 2026
Topics
ast meta-model moose pharo

Categories

System / OS

README excerpt

# FAST

[![Moose 11 and 12 CI](https://github.com/moosetechnology/FAST/actions/workflows/tests.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml)

Supported Moose Versions: [![Moose version](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose) [![Moose version](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)

## Installation

To install FAST execute in a playground:

```st
Metacello new
  githubUser: 'moosetechnology' project: 'FAST' commitish: 'v3' path: 'src';
  baseline: 'FAST';
  load
```

## FAST Meta-Model

![FAST Meta-model](https://raw.githubusercontent.com/moosetechnology/FAST/v2-doc/fast-core.png)

← Back to results