#include <ShParser.hpp>
Static Public Member Functions | |
static void | parse (ShCtrlGraphNodePtr &head, ShCtrlGraphNodePtr &tail, ShBlockListPtr blocks) |
Parse blocks into the control graph between head and tail. |
This parser takes a list of blocks containing tokens and basic blocks and parses it into a control graph.
Definition at line 39 of file ShParser.hpp.