blob: 50463c7961be7fb268645ca3e8f9902f6d138669 (
plain)
1
2
3
4
5
6
|
all:
cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf
rm ErrM.hs
perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y
happy -gca ParGF.y
alex -g LexGF.x
|