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 year 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 (about 8 years ago)
- Default Branch: v2
- Last Pushed: 2024-05-02T12:33:03.000Z (about 2 years ago)
- Last Synced: 2024-05-03T00:28:58.011Z (about 2 years 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
[](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml)
[](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml)
[](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
