Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
SymbolEntry Struct Reference

Maps symbol text to token type for quick lookup. More...

#include <lexer.h>

Public Attributes

const char * text
 
LumaTokenType type
 

Detailed Description

Maps symbol text to token type for quick lookup.

Member Data Documentation

◆ text

const char* SymbolEntry::text

Symbol text

◆ type

LumaTokenType SymbolEntry::type

Corresponding token type


The documentation for this struct was generated from the following file: