Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_input_t Struct Reference

Input structure. More...

#include <core.h>

Collaboration diagram for reduct_input_t:

Data Fields

struct reduct_input * prev
 
reduct_handle_t ast
 
const char * buffer
 
const char * end
 
reduct_input_id_t id
 
reduct_input_flags_t flags
 
char path [REDUCT_PATH_MAX]
 

Detailed Description

Input structure.

Definition at line 53 of file core.h.

Field Documentation

◆ prev

struct reduct_input* reduct_input_t::prev

Definition at line 55 of file core.h.

◆ ast

reduct_handle_t reduct_input_t::ast

Definition at line 56 of file core.h.

◆ buffer

const char* reduct_input_t::buffer

Definition at line 57 of file core.h.

◆ end

const char* reduct_input_t::end

Definition at line 58 of file core.h.

◆ id

reduct_input_id_t reduct_input_t::id

Definition at line 59 of file core.h.

◆ flags

reduct_input_flags_t reduct_input_t::flags

Definition at line 60 of file core.h.

◆ path

char reduct_input_t::path[REDUCT_PATH_MAX]

Definition at line 61 of file core.h.


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