amath
1.8.5
Simple command line calculator
|
Operator defitions used by lexer and other classes. More...
#include "symbol.h"
Go to the source code of this file.
Classes | |
struct | operatordef |
Character definition of operators. More... | |
Variables | |
static const operatordef | operators [] |
Character representation of operators tied with their symbols. More... | |
Operator defitions used by lexer and other classes.
Definition in file operatordefs.h.
|
static |
Character representation of operators tied with their symbols.
Definition at line 54 of file operatordefs.h.
Referenced by Language::CharIsOperator(), Lexer::FindKeyword(), and Lexer::GetOperator().