- Notifications
You must be signed in to change notification settings - Fork0
F Prime Prime: A modeling language for F Prime
License
jwest115/fpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the code and documentation for F Prime Prime (FPP forshort).FPP is a modeling language for theF Prime flight software framework.
compiler
: The FPP analysis and translation tools.
docs
: The FPP User’s Guide and language specification.
editors
: Syntax highlighting for code editors. Currently Vim and Emacs are supportedhere.There is also an FPP plugin available within Visual Studio Code.
Seecompiler/README.adoc
.To use or develop FPP in a standalone mode, you should install these tools.To use FPP as part of F Prime development, you can install the F Prime toolset, which includes FPP.See the F Prime installation instructionshere.
Seedocs/README.adoc
.Build these documents from source only if you are developing them.Otherwise, read the copies available on thewiki.
See thewiki.