sapphirec
The Sapphire documentation
Lexer.h File Reference
#include "Token.h"
#include "sapphirepch.h"
#include <array>

Go to the source code of this file.

Classes

class  Lexer
 

Macros

#define TYPE_COUNT   14
 

Typedefs

typedef std::vector< TokenTokenStream
 

Macro Definition Documentation

◆ TYPE_COUNT

#define TYPE_COUNT   14

Typedef Documentation

◆ TokenStream

typedef std::vector<Token> TokenStream