MiniDevil
As beautiful as a shell
Entry point to parser (validates syntax & builds parse tree) More...
Include dependency graph for parser.c:Entry point to parser (validates syntax & builds parse tree)
Definition in file parser.c.
Functions | |
| t_ast * | parse (t_token *tokens) |
| Parse a token list into an AST. More... | |
Parse a token list into an AST.
Validates syntax and then delegates to parse_pipeline() which handles the recursive descent
| tokens | Head of the token list |
Definition at line 26 of file parser.c.
References parse_pipeline(), and validate_syntax().
Referenced by process_input(), and process_ui_input().
Here is the call graph for this function:
Here is the caller graph for this function: