|
Sen API
Sen Libraries
|
Converts a string into a list of tokens. More...
#include <stl_scanner.h>
Public Member Functions | |
| StlScanner (const std::string &program) | |
| The string is stored for eventual scanning. | |
| ~StlScanner ()=default | |
| const StlTokenList & | scanTokens () |
| Scans the string. Throws in case of error. | |
Converts a string into a list of tokens.
|
explicit |
The string is stored for eventual scanning.
|
default |
|
nodiscard |
Scans the string. Throws in case of error.