|
Mana
|
#include "../runner/common/Setup.h"Go to the source code of this file.
Namespaces | |
| mana | |
| mana::lexer | |
Functions | |
| void | yyerror (const char *message) |
| bool | mana::lexer::Initialize (const std::shared_ptr< mana::ParsingDriver > &parsingDriver, const std::string_view &filename) |
| void | mana::lexer::Finalize () |
| bool | mana::lexer::Open (const std::string_view &filename, const bool check) |
| bool | mana::lexer::Close () |
| const std::string & | mana::lexer::GetCurrentFilename () |
| void | mana::lexer::SetCurrentFilename (const std::string &filename) |
| int | mana::lexer::GetCurrentLineNo () |
| void | mana::lexer::SetCurrentLineNo (const int lineNo) |
Variables | |
| int | yynerrs |
| void yyerror | ( | const char * | message | ) |
mana (compiler)
|
extern |
mana (compiler)