tan  0.0.1
tanlang::Parser Class Referencefinal

Top Down Operator Precedence Parsing. More...

#include <parser.h>

Public Member Functions

 Parser (TokenizedSourceFile *src)
 
Programparse ()
 

Detailed Description

Top Down Operator Precedence Parsing.

A parser is bound to a specific tan source file. It does not care about any imported source files.

Definition at line 16 of file parser.h.


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