mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
8 lines
270 B
Makefile
8 lines
270 B
Makefile
all:
|
|
cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf
|
|
rm ErrM.hs
|
|
perl -i -pe 's/%name pModHeader ModHeader/%partial pModHeader ModHeader/' ParGF.y
|
|
perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y
|
|
happy -gca ParGF.y
|
|
alex -g LexGF.x
|