MiniDevil As beautiful as a shell
t_binary_node Struct Reference

Binary operator data inside AST Node (pipe) More...

#include <structs.h>

Detailed Description

Binary operator data inside AST Node (pipe)

Definition at line 122 of file structs.h.

Fields

struct s_ast * left
 left child (before pipe) More...
 
struct s_ast * right
 right child (after pipe) More...
 

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