We had an issue that for building embeddable/mix syntax for stratego transformations, the solution involved building the sytnax tbls outside of eclipse via the sdf2table and pack-sdf commands: (thanks Daco!)

#!/bin/bash
echo "Packing SDF for Stratego-$1"
pack-sdf -i syntax/Stratego-$1.sdf -o lib/Stratego-$1.def -Idef lib/StrategoMix.def --Include src-gen/syntax
echo "Creating parse table"
sdf2table -t -i lib/Stratego-$1.def -m Stratego-$1 -o lib/Stratego-$1.tbl
echo "Finished"

the suggested install instructions for these taps were:

 brew update &&
 brew install strategoxt20```

however the `strategoxt20.rb` (brew tap file) references a missing/404 url. This is fixed by editing the brew file to use a working link e.g change the `version` string to `20160617.092655-208` and the `sha256` to `bf7e6bc11da7bbce5c1c1d74bf1369bb03bda9a02dbe058433d9295265416481` from [http://artifacts.metaborg.org/service/local/repositories/snapshots/content/org/metaborg/strategoxt-distrib/2.0.0-SNAPSHOT/](here)
Submitted by Seyyed Shah on 1 July 2016 at 16:49

On 2 July 2016 at 15:37 Gabriël Konat commented:

Can you make this fix and send a pull request?


On 4 July 2016 at 11:55 Seyyed Shah commented:

done and sent


On 4 July 2016 at 12:49 Gabriël Konat commented:

I merged it in, thanks!


On 4 July 2016 at 12:49 Gabriël Konat closed this issue.

Log in to post comments