About - mszczodrak/swift-fox GitHub Wiki
Swift Fox compiler defines network protocol stack libraries that should be loaded with the TinyOS as a firmware on a mote and it enables to specify protocol stack configurations and events that trigger network reconfiguration.
Swift Fox compiler is written in C using Flex and Bison libraries. Flex is a tool for generating lexical analyzers and it is an open version of lex. Bison is a parser generator and it is a GNU version of yacc. The generated output of the Swift Fox program is nesC code.