mirror of
https://github.com/janet-lang/janet
synced 2025-12-06 08:38:07 +00:00
Update peg docs and make bad backrefs not error the whole pattern, but just cause the current match attempt to fail.
This commit is contained in:
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ LIBDIR=$(PREFIX)/lib
|
||||
BINDIR=$(PREFIX)/bin
|
||||
JANET_BUILD?="\"$(shell git log --pretty=format:'%h' -n 1)\""
|
||||
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -fpic -g -O2 -fvisibility=hidden \
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -fpic -O2 -fvisibility=hidden \
|
||||
-DJANET_BUILD=$(JANET_BUILD)
|
||||
CLIBS=-lm -ldl
|
||||
JANET_TARGET=build/janet
|
||||
|
||||
Reference in New Issue
Block a user