feat(lexer): match regular words

This commit is contained in:
Jef Roosens 2024-03-07 11:02:28 +01:00
parent dcc52e2850
commit ec076a56a5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 82 additions and 5 deletions

View file

@ -24,7 +24,7 @@ TARGETS_TEST := $(BINS_TEST:%=test-%)
TARGETS_MEM_TEST := $(BINS_TEST:%=test-mem-%)
TARGETS_EXAMPLE := $(BINS_EXAMPLE:%=example-%)
_CFLAGS := $(addprefix -I,$(INC_DIRS)) $(CFLAGS) -Wall -Wextra
_CFLAGS := $(addprefix -I,$(INC_DIRS)) $(CFLAGS)
.PHONY: all
all: lib