#include <calculus.hpp>
An entry of field ConstantIdentifiers. Describes how the identifier is recognized and the constant value to return for it.
Definition at line 301 of file calculus.hpp.
Public Fields | |
Token | Descriptor |
Box | Result |
Token Descriptor |
The name, minimum length and letter case sensitivity of the function to recognize.
Definition at line 304 of file calculus.hpp.
Box Result |
The constant result.
Definition at line 307 of file calculus.hpp.