linc 0.7
Linc is a general-purpose programming language inspired by C
|
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) |
Lexer-token representation of bracket-pairs.