Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
parser.h File Reference

parser.cpp More...

Go to the source code of this file.

Classes

class  parser
 parses the current line of code after receiving from the lexer More...
 

Macros

#define PARSER_H
 

Enumerations

enum  STATEMENT_DATATYPE { NUMBER_DT , WORD_DT , NULL_STATEMENT_DATATYPE , STATEMENT_DATATYPE_SIZE }
 mapping of different data types More...
 

Detailed Description