FStar

Verification system for effectful programs

Github星跟蹤圖

F*: Verification system for effectful programs

F* website

More information on F* can be found at www.fstar-lang.org

Installation

See INSTALL.md

Tutorial

The F* tutorial provides a first taste of verified programming in
F*, explaining things by example.

Wiki

The F* wiki contains additional, usually more in-depth, technical
documentation on F*.

Editing F* code

You can edit F* code using your favourite text editor, but Emacs, Visual Studio
Code, Atom, and Vim have extensions that add special support for F*, including
for instance syntax highlighting, code completion, quick navigation, type hints,
and interactive development. More details on editor support on the F* wiki.

You can also edit simple examples directly in your browser by using
either the online F* editor that's part of the F* tutorial or our
new even cooler online editor (experimental).

Extracting and executing F* code

By default F* only verifies the input code, it does not compile or execute it.
To execute F* code one needs to translate it for instance to OCaml or F#,
using F*'s code extraction facility---this is invoked using the
command line argument --codegen OCaml or --codegen FSharp.
More details on executing F* code via OCaml on the F* wiki.

Also, code written in a C-like shalowly embedded DSL can be extracted to
C
or WASM
by the KreMLin tool,
and code written in an ASM-like deeply embedded DSL can be extracted
to ASM by the Vale tool.

Chatting about F* on Zulip

Users can chat about F* or ask questions at https://fstar.zulipchat.com
(Zulip is a good open source alternative to Slack)

Community mailing list

The fstar-club mailing list is where
various F* announcements are made to the general public (e.g. for
releases, new papers, etc) and where users can ask questions, ask for
help, discuss, provide feedback, announce jobs requiring at least 10
years of F* experience, etc.
List archives are public and searchable, but only members can post.
Join here!

Blog

The F* for the masses blog is also expected to become an important
source of information and news on the F* project.

Reporting issues

Please report issues using the F* issue tracker on GitHub.
Before filing please use search to make sure the issue doesn't already exist.
We don't maintain old releases, so if possible please use the
online F* editor or directly the GitHub sources to check
that your problem still exists on the master branch.

Contributing

See CONTRIBUTING.md

License

F* is released under the Apache 2.0 license; for more details
see LICENSE

主要指標

概覽
名稱與所有者FStarLang/FStar
主編程語言F*
編程語言Makefile (語言數: 16)
平台
許可證Apache License 2.0
所有者活动
創建於2014-04-03 17:32:49
推送於2025-04-24 03:15:03
最后一次提交2025-04-23 20:15:03
發布數76
最新版本名稱v2025.03.25 (發布於 2025-03-26 03:52:52)
第一版名稱school14.1 (發布於 )
用户参与
星數2.8k
關注者數78
派生數239
提交數38.6k
已啟用問題?
問題數2080
打開的問題數497
拉請求數1469
打開的拉請求數65
關閉的拉請求數157
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?