Fixes identifier lexing; support REPL file loading
This commit is contained in:
@ -38,10 +38,10 @@ evaluateMode = Evaluate
|
||||
&= name "o"
|
||||
, form = FSL &= typ "FORM"
|
||||
&= help "Optional output form: (fsl|tree|ast|ternary|ascii).\n \
|
||||
\ Defaults to fsl."
|
||||
\ Defaults to fsl \"Fork Stem Leaf\" form."
|
||||
&= name "t"
|
||||
}
|
||||
&= help "Evaluate a file and return the result of the expression in the final line"
|
||||
&= help "Evaluate tricu and return the result of the expression in the final line"
|
||||
&= explicit
|
||||
&= name "eval"
|
||||
|
||||
|
Reference in New Issue
Block a user