ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
ops.hpp File Reference
#include <string>
#include "arch.hpp"
Include dependency graph for ops.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool isOpPlus (const std::string &token)
 
bool isOpMinus (const std::string &token)
 
bool isOpMultiply (const std::string &token)
 
bool isOpDevide (const std::string &token)
 

Function Documentation

bool isOpDevide ( const std::string &  token)

Definition at line 8 of file ops.hpp.

bool isOpMinus ( const std::string &  token)

Definition at line 6 of file ops.hpp.

bool isOpMultiply ( const std::string &  token)

Definition at line 7 of file ops.hpp.

bool isOpPlus ( const std::string &  token)

Definition at line 5 of file ops.hpp.