linc 0.7
Linc is a general-purpose programming language inspired by C
Loading...
Searching...
No Matches
linc::Keywords Class Referencefinal

Lexer-token representation of keywords. More...

#include <Keywords.hpp>

Public Types

using KeywordMap = std::unordered_map<std::string, Token::Type>
 

Static Public Member Functions

static Token::Type get (const std::string &keyword_string)
 

Detailed Description

Lexer-token representation of keywords.


The documentation for this class was generated from the following files: