F Prime Prime (FPP)
This repository contains the code and documentation for F Prime Prime (FPP for short). FPP is a modeling language for the F Prime flight software framework.
Contents
compiler
: The FPP analysis and translation tools.
docs
: The FPP User’s Guide and language specification.
editors
: Syntax highlighting for code editors. Currently vim is supported.
Building and Installing
Tools
See compiler/README.adoc
.
If you want to use FPP, then you should install these tools.
Spec and User’s Guide
See docs/README.adoc
.
Build these documents from source only if you are developing them.
Otherwise, read the copies available on the
wiki.
Design and Implementation
See the wiki.