Skip to content

Commit 32b340b

Browse files
committed
Change arithmetic plus to DOLLAR PLUS
1 parent 6f2fcd9 commit 32b340b

14 files changed

+10068
-702
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on:
44
push:
55
branches:
6-
- main
6+
- grammar_optimization
77
paths:
88
- 'src/**'
99
- 'test/**'
@@ -13,6 +13,7 @@ on:
1313
pull_request:
1414
branches:
1515
- main
16+
- grammar_optimization
1617
paths:
1718
- 'src/**'
1819
- 'test/**'

0 commit comments

Comments
 (0)