1 // Logic for parsing paths 2 #pragma once 3 4 #include "../ast.h" 5 #include "context.h" 6 7 ast_t *parse_path(parse_ctx_t *ctx, const char *pos);