This program parses Certora's CVLDoc
comments. It contains the following modules:
parse
, which lexes and parses the subset ofCVL
required to be compatible withCVLDoc
, including theCVLDoc
documentation blockspython_wrapper
, which exports the Python packagecvldoc_parser
usingPyO3
. This is also used bycvldocTool
.