mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
*** empty log message ***
This commit is contained in:
@@ -177,10 +177,8 @@ customGrammarPrinter =
|
||||
-- add your own grammar printers here
|
||||
-- grammar conversions, (peb)
|
||||
,(strCI "gfc_show", show . grammar2canon . stateGrammarST)
|
||||
,(strCI "emcfg", Prt.prt . Cnv.emcfg . statePInfo)
|
||||
,(strCI "mcfg", Prt.prt . Cnv.mcfg . statePInfo)
|
||||
,(strCI "cfg", Prt.prt . Cnv.cfg . statePInfo)
|
||||
,(strCI "emcfg_show", show . Cnv.emcfg . statePInfo)
|
||||
,(strCI "mcfg_show", show . Cnv.mcfg . statePInfo)
|
||||
,(strCI "cfg_show", show . Cnv.cfg . statePInfo)
|
||||
--- also include printing via grammar2syntax!
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
module Today where today = "Tue Jun 15 16:37:14 CEST 2004"
|
||||
Reference in New Issue
Block a user