Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
/ ohcaml Public archive

Korea Univ. Programming Research Lab. Equivalent checker with symbolic execution

Notifications You must be signed in to change notification settings

henrylee97/ohcaml

Repository files navigation

OhCAML

OhCAML is Checking Assistant for small ML

Install Package

Install package with opam

$ opam install z3

Build

$ ./build

Run

Usage: main.native <options> <file>

<options description>
--help                help
--run <file>          print result of symbolic execution
--criteria <file>     compare with 'target' file
--target <file>       compare with 'criteria' file
--counter             make counter example that make different output

For example,

$ ./main.native --run testcase/quadruple.m

Clean

$ ./build clean

About

Korea Univ. Programming Research Lab. Equivalent checker with symbolic execution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published