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