Skip to content

Commit

Permalink
Merge pull request #13 from h0nzZik/symex-3
Browse files Browse the repository at this point in the history
A specification of symbolic execution and first steps towards an implementation
  • Loading branch information
h0nzZik authored Jun 24, 2024
2 parents 20c27c4 + c995308 commit 3bcc436
Show file tree
Hide file tree
Showing 18 changed files with 5,733 additions and 3,211 deletions.
1 change: 1 addition & 0 deletions examples-coq/theories/examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ From stdpp Require Import countable.
From Minuska Require Import
prelude
spec
basic_properties
syntax_properties
string_variables
builtins
Expand Down
3 changes: 3 additions & 0 deletions minuska/_CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

theories/prelude.v
theories/spec.v
theories/basic_properties.v
theories/lowlang.v
theories/properties.v
theories/spec_syntax.v
Expand Down Expand Up @@ -31,5 +32,7 @@ theories/interp_loop.v
theories/example.v
theories/default_everything.v
theories/unification_interface.v
theories/textbook_unification_alg.v
theories/textbook_unification.v
theories/symex_spec.v
theories/symex.v
Loading

0 comments on commit 3bcc436

Please sign in to comment.