mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
gramamr distr
This commit is contained in:
15
grammars/tst.sh
Normal file
15
grammars/tst.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
cd gf-grammars/numerals
|
||||
gf <mkNumerals.gfs
|
||||
echo "x=56789" | gft numerals.gfcm
|
||||
rm numerals.gfcm
|
||||
cd ../letter
|
||||
gf <mkLetter.gfs
|
||||
jgf Letter.gfcm
|
||||
rm -f Letter.gfcm
|
||||
cd ../resource
|
||||
gf <mkTest.gfs
|
||||
gf <mkParadigms.gfs
|
||||
jgf TestAll.gfcm
|
||||
rm -f */*.gfc */*.gfr
|
||||
rm -f ../prelude/*.gfc ../prelude/*.gfr
|
||||
rm -f TestAll.gfcm
|
||||
Reference in New Issue
Block a user