Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_parse_ctx_t Struct Reference

#include <parse_impl.h>

Collaboration diagram for reduct_parse_ctx_t:

Data Fields

const char * ptr
 
reduct_input_tinput
 
reduct_size_t current
 
reduct_list_tstack [REDUCT_PARSE_STACK_MAX]
 
reduct_bool_t isInfix [REDUCT_PARSE_STACK_MAX]
 

Detailed Description

Definition at line 15 of file parse_impl.h.

Field Documentation

◆ ptr

const char* reduct_parse_ctx_t::ptr

Definition at line 17 of file parse_impl.h.

◆ input

reduct_input_t* reduct_parse_ctx_t::input

Definition at line 18 of file parse_impl.h.

◆ current

reduct_size_t reduct_parse_ctx_t::current

Definition at line 19 of file parse_impl.h.

◆ stack

reduct_list_t* reduct_parse_ctx_t::stack[REDUCT_PARSE_STACK_MAX]

Definition at line 20 of file parse_impl.h.

◆ isInfix

reduct_bool_t reduct_parse_ctx_t::isInfix[REDUCT_PARSE_STACK_MAX]

Definition at line 21 of file parse_impl.h.


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