sammine-lang
|
Implementation for Parser class, it takes in the token stream and converts it into Parsing things suchs as programs, top-level (record, functions, global variables) More...
#include "parser/Parser.h"
#include "ast/Ast.h"
#include "fmt/format.h"
#include "lex/Token.h"
#include <functional>
#include <memory>
#include <utility>
Functions | |
int | sammine_lang::GetTokPrecedence (TokenType tokType) |
Implementation for Parser class, it takes in the token stream and converts it into Parsing things suchs as programs, top-level (record, functions, global variables)