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

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

#include <lexer.h>

Public Attributes

const char * text
 
LumaTokenType type
 

Detailed Description

Maps keyword text to token type for quick lookup.

Member Data Documentation

◆ text

const char* KeywordEntry::text

Keyword text

◆ type

LumaTokenType KeywordEntry::type

Corresponding token type


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