mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
bug fixes ; command so ; reintroduce batch mode
This commit is contained in:
@@ -55,3 +55,8 @@ shellStateFromFiles opts st file = case fileSuffix file of
|
||||
grts <- compileModule osb st file
|
||||
ioeErr $ updateShellState opts' st grts
|
||||
--- liftM (changeModTimes rts) $ grammar2shellState opts gr
|
||||
|
||||
getShellStateFromFiles :: Options -> FilePath -> IO ShellState
|
||||
getShellStateFromFiles os =
|
||||
useIOE emptyShellState .
|
||||
shellStateFromFiles os emptyShellState
|
||||
|
||||
Reference in New Issue
Block a user