#include <dfa_generator.hh>
Public Methods | |
ScannerDfaSpec& | createScannerDfa (PropRegistry ®istry, ScannerSpec &scanner, ITokenSpec &tokens) |
Definition at line 60 of file dfa_generator.hh.
|
Creates a ScannerDfaSpec from the input ScannerSpec object. This is accomplished by instantiating a BasicDfaGenerator and using it to generate a BasicDfaSpec object for each lexical state in the ScannerSpec object. The BasicDfaSpec objects are then bundled together into the ScannerDfaSpec object. Definition at line 45 of file dfa_generator.cc. Referenced by CppCcDriver::run().
|