mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
add documentation for interpret_lcalc
This commit is contained in:
parent
75e496c62d
commit
7b0f1b238c
@ -358,6 +358,11 @@ let info =
|
||||
"Runs the interpreter on the Catala program, executing the scope \
|
||||
specified by the $(b,-s) option assuming no additional external \
|
||||
inputs." );
|
||||
`I
|
||||
( "$(b,Intepret_Lcalc)",
|
||||
"Runs the interpreter on the lcalc pass on the Catala program, \
|
||||
executing the scope specified by the $(b,-s) option assuming no \
|
||||
additional external inputs." );
|
||||
`I
|
||||
( "$(b,Typecheck)",
|
||||
"Parses and typechecks a Catala program, without interpreting it." );
|
||||
|
Loading…
Reference in New Issue
Block a user