Skip to content

Certora/cvldoc_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvldoc_parser

This program parses Certora's CVLDoc comments. It contains the following modules:

  • parse, which lexes and parses the subset of CVL required to be compatible with CVLDoc, including the CVLDoc documentation blocks
  • python_wrapper, which exports the Python package cvldoc_parser using PyO3. This is also used by cvldocTool.