Packages 
Package Description
com.github.drstefanfriedrich.f2blib
This package is the main entry point.
com.github.drstefanfriedrich.f2blib.antlr  
com.github.drstefanfriedrich.f2blib.ast
This package contains the classes representing the abstract syntax tree.
com.github.drstefanfriedrich.f2blib.exception
This package contains exceptions thrown during bytecode generation.
com.github.drstefanfriedrich.f2blib.generator
This package contains the service layer for bytecode generation.
com.github.drstefanfriedrich.f2blib.impl
This package contains the implementation of the FunctionEvaluationKernel interface and well a class responsible for wiring the kernel.
com.github.drstefanfriedrich.f2blib.parser
This package contains code to convert the parser output to an abstract syntax tree.
com.github.drstefanfriedrich.f2blib.visitor
This package contains various visitor implementations.