sammine-lang
Loading...
Searching...
No Matches
Parser.h File Reference

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>
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Detailed Description

Defines Parser, which consumes tokens and constructs the AST.