|
Sen API
Sen Libraries
|
#include "sen/core/lang/code_location.h"#include "sen/core/meta/var.h"#include <cstdint>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | sen::lang::StlToken |
Namespaces | |
| namespace | sen |
| namespace | sen::lang |
Typedefs | |
| using | sen::lang::StlTokenList = std::vector<StlToken> |
Functions | |
| std::string | sen::lang::toString (const StlToken &token) |
| std::string | sen::lang::toString (StlTokenType type) |
| StlTokenType | sen::lang::fromString (const std::string &stlTokenType) |