mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
documenting the library
This commit is contained in:
@@ -59,9 +59,8 @@ main = do
|
||||
return ()
|
||||
|
||||
_ | opt doMake -> do
|
||||
case fs of
|
||||
[f] -> batchCompile os f
|
||||
_ -> putStrLnFlush "expecting exactly one gf file to compile"
|
||||
mapM_ (batchCompile os) fs
|
||||
return ()
|
||||
|
||||
_ | opt makeConcrete -> do
|
||||
mkConcretes fs
|
||||
|
||||
@@ -169,7 +169,7 @@ optionsOfCommand co = case co of
|
||||
CSetFlag -> both "utf8 table struct record all multi"
|
||||
"cat lang lexer parser number depth rawtrees unlexer optimize path conversion printer"
|
||||
|
||||
CImport _ -> both "old v s src gfc retain nocf nocheckcirc cflexer noemit o ex prob"
|
||||
CImport _ -> both "old v s src gfc retain nocf nocheckcirc cflexer noemit o make ex prob"
|
||||
"abs cnc res path optimize conversion cat preproc probs noparse"
|
||||
CRemoveLanguage _ -> none
|
||||
CEmptyState -> none
|
||||
|
||||
Reference in New Issue
Block a user