return errors from parse() #1

Merged
ralsina merged 12 commits from return-errors into main 2023-07-14 01:05:13 +00:00
Showing only changes of commit 4dcd067ca7 - Show all commits

View File

@ -1,5 +1,5 @@
CC=gcc
all: tests
all: test
shortcodes.c: shortcodes.rl
ragel -G2 -L shortcodes.rl -o shortcodes.c
%.o: %.c