#include <demlparser.h>
Public Methods | |
DEMLparser (fstream *) | |
tree< string > * | parse (void) |
Definition at line 31 of file demlparser.h.
|
Constructs a DEMLparser with the given fstream Definition at line 16 of file demlparser.cpp. |
|
Parses the file given to it in the constructor. The parse order is post order.
Definition at line 23 of file demlparser.cpp. |