tla_parse
Parse and syntax-check TLA+ modules using SANY, returning parse errors and module list. Provide the absolute path to a .tla file for analysis.
Instructions
Parse and syntax-check a TLA+ module using SANY (Syntactic Analyzer). Returns parse errors and the list of modules parsed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tla_file | Yes | Absolute path to the .tla file to parse | |
| output_file | No | Optional. If provided, raw SANY output is written to this file and the response contains output_file instead of raw_output. |