add documentation for interpret_lcalc

This commit is contained in:
adelaett 2023-04-06 13:09:49 +02:00
parent 75e496c62d
commit 7b0f1b238c

View File

@ -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." );