ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
Checker Struct Reference

#include <types.hpp>

Collaboration diagram for Checker:

Public Attributes

TokenType tokenType
 
CheckerFuncType checkerFunc
 
ExtraInfoFunc extraInfoFunc
 

Detailed Description

Definition at line 15 of file types.hpp.

Member Data Documentation

CheckerFuncType Checker::checkerFunc

Definition at line 18 of file types.hpp.

ExtraInfoFunc Checker::extraInfoFunc

Definition at line 19 of file types.hpp.

TokenType Checker::tokenType

Definition at line 17 of file types.hpp.


The documentation for this struct was generated from the following file: