module Parse:Parsing of TINY programs.sig
..end
val file : string -> Name.Set.t * Ast.stm
file filename
returns the abstract syntax tree parsed from file filename
and the set of variables used in this program.
Prints a message on standard error and raises Report.Error
in case
something bad happens.