mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-03 09:55:12 -06:00
demo grammar for the resource: mini/MiniGrammar. Generated automatically from MiniGrammarEng by make. Will replace the old demo/ grammars as one that illustrates the grammar structures while being lighter than Lang and generating less junk.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
all: src pgf
|
||||
|
||||
src:
|
||||
runghc MkMini.hs
|
||||
|
||||
pgf: src
|
||||
gf -make -optimize-pgf MiniGrammar???.gf +RTS -K100M
|
||||
|
||||
gf: src
|
||||
gf -batch MiniGrammar???.gf
|
||||
Reference in New Issue
Block a user