|
sammine-lang
|
Defines Parser, which consumes tokens and constructs the AST. More...
#include "ast/AstDecl.h"#include "lex/Token.h"#include "util/Utilities.h"#include <memory>#include <optional>#include <utility>

Go to the source code of this file.
Classes | |
| class | sammine_lang::Parser |
Enumerations | |
| enum | ParserError { SUCCESS , COMMITTED_NO_MORE_ERROR , COMMITTED_EMIT_MORE_ERROR , NONCOMMITTED } |
Defines Parser, which consumes tokens and constructs the AST.