Skip to content

Commit

Permalink
add inductive formalization of datalog from @mtzguido
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Feb 26, 2024
1 parent ebe6941 commit 2ba237a
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ DIST_DIRECTORY=$(ZETA_HOME)/steel/dist

INCLUDE_PATHS+=$(OUTPUT_DIRECTORY) $(SRC_DIRS) $(KRML_HOME)/krmllib $(KRML_HOME)/krmllib/obj $(STEEL_HOME)/lib/steel

LOAD_PLUGIN ?= --load_cmxs steel
FSTAR_OPTIONS=--odir $(OUTPUT_DIRECTORY) \
$(OTHERFLAGS) \
--cache_dir $(CACHE_DIRECTORY) \
$(addprefix --include , $(INCLUDE_PATHS)) \
--cache_checked_modules \
--cmi \
--load_cmxs steel
$(LOAD_PLUGIN)

FSTAR=$(FSTAR_HOME)/bin/fstar.exe $(FSTAR_OPTIONS) $(ALREADY_CACHED)

Expand Down
Loading

0 comments on commit 2ba237a

Please sign in to comment.