updated stuff in ast
This commit is contained in:
parent
27067e158e
commit
7ac90bac55
20 changed files with 171 additions and 150 deletions
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_command_substitution(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_empty(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_variable_assignment(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_file_redirection_heredoc(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_subshell(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void _print_term(t_ast_terminator_kind term)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
void ast_print_node_arithmetic_expansion(t_ast_node self)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/_function_declaration.h"
|
||||
#include "ast/_print_ast.h"
|
||||
|
||||
/*
|
||||
t_ast_arithmetic_expansion arithmetic_expansion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue