update: normed lots of stuff
This commit is contained in:
parent
978636b6ef
commit
50a2f3d4be
118 changed files with 1145 additions and 1330 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
t_error build_sym_number(\
|
||||
t_parse_node self, t_const_str input, t_ast_node *out)
|
||||
t_node self, t_const_str input, t_ast_node *out)
|
||||
{
|
||||
t_ast_node ret;
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ t_error build_sym_number(\
|
|||
}
|
||||
|
||||
t_error build_sym_file_descriptor(\
|
||||
t_parse_node self, t_const_str input, t_ast_node *out)
|
||||
t_node self, t_const_str input, t_ast_node *out)
|
||||
{
|
||||
t_ast_node ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue