Skip to content

Commit a1ca156

Browse files
committed
update scan.l
1 parent 2019b2d commit a1ca156

File tree

3 files changed

+542
-343
lines changed

3 files changed

+542
-343
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ prepare-original-source: clean
1414
cp $(ROOT_DIR)tmp/libpg_query/tmp/postgres/src/include/parser/kwlist.h $(ROOT_DIR)crates/lexer-generator/resources
1515
cp $(ROOT_DIR)tmp/libpg_query/tmp/postgres/src/backend/parser/gram.y $(ROOT_DIR)crates/parser-generator/resources
1616

17+
make-patch:
18+
git diff -- ./crates/lexer-generator/resources/scan.l > ./patches/patch_scan.patch
19+
1720
clean:
1821
-@ rm -rf ./tmp

0 commit comments

Comments
 (0)