update: normed lots of stuff

This commit is contained in:
maix0 2024-09-19 17:35:57 +02:00
parent 978636b6ef
commit 50a2f3d4be
118 changed files with 1145 additions and 1330 deletions

View file

@ -23,7 +23,7 @@
#include <stdio.h>
t_error build_sym_function_definition(\
t_parse_node self, t_const_str input, t_ast_node *out)
t_node self, t_const_str input, t_ast_node *out)
{
(void)(self);
(void)(input);
@ -64,7 +64,7 @@ t_error build_sym_function_definition(\
*/
t_error build_sym_case_statement(\
t_parse_node self, t_const_str input, t_ast_node *out)
t_node self, t_const_str input, t_ast_node *out)
{
(void)(self);
(void)(input);
@ -106,7 +106,7 @@ t_error build_sym_case_statement(\
*/
t_error build_sym__case_item_last(\
t_parse_node self, t_const_str input, t_ast_node *out)
t_node self, t_const_str input, t_ast_node *out)
{
(void)(self);
(void)(input);
@ -150,7 +150,7 @@ t_error build_sym__case_item_last(\
*/
t_error build_sym_case_item(\
t_parse_node self, t_const_str input, t_ast_node *out)
t_node self, t_const_str input, t_ast_node *out)
{
(void)(self);
(void)(input);