mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
initial check for unknown words in parsing
This commit is contained in:
@@ -254,7 +254,7 @@ execC co@(comm, opts0) sa@(sh@(st,(h,_,_,_)),a) = checkOptions st co >> case com
|
||||
| otherwise -> parse $ prCommandArg a
|
||||
where
|
||||
parse x = do
|
||||
warnDiscont opts
|
||||
warnDiscont opts
|
||||
let p = optParseArgErrMsg opts gro x
|
||||
case p of
|
||||
Ok (ts,msg)
|
||||
|
||||
Reference in New Issue
Block a user