|
Project Information
Links
|
OverviewThe Pangolin programming language is a functional language. In this language, the programmer can write logic assertions about the computed values. These assertions are proven statically, which ensures that the program is correct with respect to its specification. InstallationRequirementsTo compile Pangolin, you need:
To handle proof obligations, Pangolin uses:
InstructionsDownload the source code and follow the usual sequence: # ./configure # make |