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

Go to the source code of this file.

Functions

bool isLeftParenthesis (const std::string &token)
 
bool isRightParenthesis (const std::string &token)
 

Function Documentation

bool isLeftParenthesis ( const std::string &  token)

Definition at line 5 of file parenthesis.hpp.

bool isRightParenthesis ( const std::string &  token)

Definition at line 6 of file parenthesis.hpp.