Skip to content

Commit

Permalink
Expose EAddrOf via the input ast to allow taking the address of a str…
Browse files Browse the repository at this point in the history
…uct field
  • Loading branch information
protz committed Aug 5, 2021
1 parent b8b1265 commit 75355a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extraction/FStar.Extraction.Kremlin.fs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ and expr =
| EAbortT of string * typ
| EComment of string * expr * string
| EStandaloneComment of string
| EAddrOf of expr

and op =
| Add | AddW | Sub | SubW | Div | DivW | Mult | MultW | Mod
Expand Down
5 changes: 5 additions & 0 deletions src/ocaml-output/FStar_Extraction_Kremlin.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75355a6

Please sign in to comment.