Cloudy
Spectral Synthesis Code for Astrophysics
|
#include "cddefines.h"
#include "parser.h"
#include "called.h"
#include "flux.h"
#include "input.h"
#include "elementnames.h"
#include "service.h"
#include "depth_table.h"
#include "lines.h"
#include <deque>
Typedefs | |
typedef std::map< string, double > | symtab |
Functions | |
STATIC bool | ParseExpr (deque< Token > &chTokens, vector< double > &valstack, const symtab &tab) |
const char * | nWord (const char *chKey, const char *chCard) |
bool | isBoundaryChar (char c) |
STATIC bool | ParseNumber (deque< Token > &chTokens, vector< double > &valstack, const symtab &tab) |
STATIC bool | doop (vector< double > &valstack, const string &op) |
STATIC bool | ParseExp (deque< Token > &chTokens, vector< double > &valstack, const symtab &tab) |
STATIC bool | ParseProduct (deque< Token > &chTokens, vector< double > &valstack, const symtab &tab) |
string | getCommandToken (const string &card) |
Symbol | maybeNumber (bool numOK, const Symbol &s) |
typedef std::map<string,double> symtab |
STATIC bool doop | ( | vector< double > & | valstack, |
const string & | op | ||
) |
References DEBUG_ENTRY, fprintf(), ioQQQ, and pow().
Referenced by ParseExp(), and ParseProduct().
|
inline |
Referenced by Parser::m_getCommandToken(), and Parser::peekNextCommand().
bool isBoundaryChar | ( | char | c | ) |
Referenced by Parser::nMatch1(), and nWord().
References DEBUG_ENTRY, Symbol::ERROR, fprintf(), ioQQQ, and Symbol::value.
Referenced by Parser::getSymbol().
const char* nWord | ( | const char * | chKey, |
const char * | chCard | ||
) |
nWord determine whether match to a keyword occurs on command line, return value is 0 if no match, and position of match within string if hit
*chKey | |
*chCard |
References ASSERT, DEBUG_ENTRY, isBoundaryChar(), and NULL.
Referenced by Parser::nWord().
References DEBUG_ENTRY, doop(), and ParseNumber().
Referenced by ParseProduct().
STATIC bool ParseExpr | ( | deque< Token > & | chTokens, |
vector< double > & | valstack, | ||
const symtab & | tab | ||
) |
References DEBUG_ENTRY, and ParseProduct().
Referenced by Parser::FFmtRead().
STATIC bool ParseNumber | ( | deque< Token > & | chTokens, |
vector< double > & | valstack, | ||
const symtab & | tab | ||
) |
References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, fprintf(), and ioQQQ.
Referenced by ParseExp().
STATIC bool ParseProduct | ( | deque< Token > & | chTokens, |
vector< double > & | valstack, | ||
const symtab & | tab | ||
) |
References DEBUG_ENTRY, doop(), and ParseExp().
Referenced by ParseExpr().