Skip to content

Commit

Permalink
flamingo: Update parser
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Sep 7, 2024
1 parent 56bc7e1 commit 9f08593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flamingo/grammar/access.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#include "expr.h"

#include <scope.c>
#include <common.h>
#include <scope.c>

static int parse_access(flamingo_t* flamingo, TSNode node, flamingo_val_t** val) {
assert(strcmp(ts_node_type(node), "access") == 0);
Expand Down

0 comments on commit 9f08593

Please sign in to comment.