Esempio n. 1
0
RppLexer::RppLexer()
    : m_buffer(0), m_ptr(0), m_len(0)
{
    setupScanTable();
}
Esempio n. 2
0
MILexer::MILexer()
{
    if (!s_initialized)
        setupScanTable();
}