HepLib
Public Member Functions | Public Attributes | List of all members
HepLib::Parser Class Reference

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
 

Detailed Description

class to parse for string or file, helpful with Symbol class

Definition at line 645 of file BASIC.h.

Constructor & Destructor Documentation

◆ Parser() [1/2]

HepLib::Parser::Parser ( )

Definition at line 104 of file Functions.cpp.

◆ Parser() [2/2]

HepLib::Parser::Parser ( symtab  st)

Definition at line 107 of file Functions.cpp.

Member Function Documentation

◆ Read()

ex HepLib::Parser::Read ( const string &  instr,
bool  s2S = true 
)

Definition at line 111 of file Functions.cpp.

◆ ReadFile()

ex HepLib::Parser::ReadFile ( string  filename,
bool  s2S = true 
)

Definition at line 138 of file Functions.cpp.

Member Data Documentation

◆ FTable

prototype_table HepLib::Parser::FTable

Definition at line 647 of file BASIC.h.

◆ STable

symtab HepLib::Parser::STable

Definition at line 648 of file BASIC.h.


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