8000 GitHub - Trundle/js_of_fstar: An ML-like language aimed at program verification
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An ML-like language aimed at program verification

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-fsharp.txt
Notifications You must be signed in to change notification settings

Trundle/js_of_fstar

 
 

Repository files navigation

F*: An ML-like language aimed at program verification

A JavaScript runtime for F* code. Takes the generated OCaml code and translates it to JavaScript using js_of_ocaml.

Installation

Assumes that you have js_of_ocaml as well as all the F* dependencies (batteries sqlite3 fileutils stdint zarith yojson pprint) installed.

Then:

make -C src/ocaml-output -j 6

To translate and run the example:

make -C examples/hello_js

About

An ML-like language aimed at program verification

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-fsharp.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 70.2%
  • F# 27.6%
  • C 0.9%
  • Makefile 0.5%
  • Shell 0.3%
  • Standard ML 0.3%
  • Other 0.2%
0