This commit is contained in:
crumbtoo
2024-02-15 22:06:41 -07:00
parent 2e13ec2cf4
commit f01164bf01
7 changed files with 373 additions and 282 deletions

View File

@@ -74,6 +74,11 @@ options = RLPCOptions
<> metavar "rlp|core"
<> help "the language to be compiled -- see README"
)
<*> flag False True
( long "render"
<> short 'r'
<> help "render a diagram of each GM state"
)
<*> some (argument str $ metavar "FILES...")
where
infixr 9 #