HepLib
|
class to parse for string or file, helpful with Symbol class More...
#include <BASIC.h>
Public Member Functions | |
ex | Read (const string &instr, bool s2S=true) |
ex | ReadFile (string filename, bool s2S=true) |
Parser () | |
Parser (symtab st) | |
Public Attributes | |
prototype_table | FTable |
symtab | STable |
class to parse for string or file, helpful with Symbol class
HepLib::Parser::Parser | ( | ) |
Definition at line 104 of file Functions.cpp.
HepLib::Parser::Parser | ( | symtab | st | ) |
Definition at line 107 of file Functions.cpp.
ex HepLib::Parser::Read | ( | const string & | instr, |
bool | s2S = true |
||
) |
Definition at line 111 of file Functions.cpp.
ex HepLib::Parser::ReadFile | ( | string | filename, |
bool | s2S = true |
||
) |
Definition at line 138 of file Functions.cpp.