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

Lexer-token representation of bracket-pairs. More...

#include <Brackets.hpp>

Public Types

using BracketMap = std::vector<std::pair<char, Token::Type>>
 

Static Public Member Functions

static Token::Type getBracket (char character)
 
static char getChar (Token::Type token_type)
 

Detailed Description

Lexer-token representation of bracket-pairs.


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