feat(lexer): match regular words
This commit is contained in:
parent
dcc52e2850
commit
ec076a56a5
6 changed files with 82 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue