Skip to content

Commit

Permalink
Merge pull request #396 from FStarLang/protz_rs
Browse files Browse the repository at this point in the history
Preliminary support for a Rust backend
  • Loading branch information
msprotz authored Nov 27, 2023
2 parents 9562dde + 6d70cce commit 4ad7019
Show file tree
Hide file tree
Showing 168 changed files with 2,941 additions and 1,301 deletions.
9 changes: 0 additions & 9 deletions .merlin

This file was deleted.

1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(lang dune 3.7)
(name karamel)
(using menhir 2.0)

1 change: 1 addition & 0 deletions krmllib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ $(GENERIC_DIR)/Makefile.include: $(ALL_KRML_FILES) | $(GENERIC_DIR) $(wildcard c
-bundle LowStar.Endianness= \
-bundle FStar.Endianness,FStar.Range \
-library C,C.Endianness,C.Failure,C.Loops,FStar.BitVector,FStar.Bytes,FStar.Char,FStar.Int,FStar.Krml.Endianness,FStar.Math.Lib,FStar.ModifiesGen,FStar.Monotonic.Heap,FStar.Monotonic.HyperStack,FStar.Mul,FStar.Pervasives,FStar.Pervasives.Native,FStar.ST,FStar.UInt,FStar.UInt63,LowStar.Printf \
-bundle FStar.BV \
$(filter-out fstar_uint128_msvc.c,$(notdir $(wildcard c/*.c))) \
-o libkrmllib.a \
$^
Expand Down
352 changes: 0 additions & 352 deletions krmllib/dist/generic/FStar_BV.c

This file was deleted.

Loading

0 comments on commit 4ad7019

Please sign in to comment.