template-project-cpp
Loading...
Searching...
No Matches
tpcpp::Scanner Class Reference

The tpcpp scanner/lexer. More...

#include <parsing/Scanner.hpp>

Collaboration diagram for tpcpp::Scanner:
[legend]

Public Member Functions

ListOfTokens scanTokens ()
 Scan the source code stored in m_source.
 

Detailed Description

The tpcpp scanner/lexer.

Definition at line 13 of file Scanner.hpp.

Member Function Documentation

◆ scanTokens()

ListOfTokens tpcpp::Scanner::scanTokens ( )

Scan the source code stored in m_source.

Returns
a vector of Tokens.

Definition at line 24 of file Scanner.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: