Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/fast
Represent the AST of programing language
https://github.com/moosetechnology/fast
ast meta-model moose pharo
Last synced: about 1 month ago
JSON representation
Represent the AST of programing language
- Host: GitHub
- URL: https://github.com/moosetechnology/fast
- Owner: moosetechnology
- License: mit
- Created: 2018-06-12T08:09:11.000Z (over 6 years ago)
- Default Branch: v2
- Last Pushed: 2024-05-02T12:33:03.000Z (8 months ago)
- Last Synced: 2024-05-03T00:28:58.011Z (8 months ago)
- Topics: ast, meta-model, moose, pharo
- Language: Smalltalk
- Homepage:
- Size: 790 KB
- Stars: 4
- Watchers: 7
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FAST
[![CI MOOSE10](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml)
[![CI MOOSE11](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml)[![Moose version](https://img.shields.io/badge/Moose-10-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
## Installation
To install FAST execute in a playground:
```st
Metacello new
githubUser: 'moosetechnology' project: 'FAST' commitish: 'v2' path: 'src';
baseline: 'FAST';
load
```## FAST Meta-Model
![FAST Meta-model](https://raw.githubusercontent.com/moosetechnology/FAST/v2-doc/fast-core.png)