fix(parser): building + clang format -- UNSTABLE

This commit is contained in:
matteo 2026-01-23 19:43:54 +01:00
parent 32e182bd50
commit 9f22aa59b6
4 changed files with 21 additions and 17 deletions

View file

@ -2,7 +2,9 @@ lib_LIBRARIES = libparser.a
libparser_a_SOURCES = \
parser.c \
parsing_utils.c
grammar.c \
grammar_basic.c \
grammar_advanced.c
libparser_a_CPPFLAGS = -I$(top_srcdir)/src